css - How can i prevent content to not exceed the length of container? -


i showing list of clients on page , on right side have calendar showing schedule new date appoinment. when testing output found if there lot of clients coming on day, list exceeds length of container. this..

some code:

container:

#container { background-color: #ffffff; margin:0 auto;  min-height: 600px; width: 900px; border:0px solid #999999; margin-top:30px; font-size:15px; color: #000000; margin-bottom:60px; position:absolute; }  #calendar { margin-left:400px; } 

do want #container expand @ all?

if not, change min-height height, , add overflow:hidden;

an better solution modify whatever supplying data receive pre-determined number of clients @ given time.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -