ramenraider
11-07-2011, 10:07 PM
I have my "container" which is basically the holder of all the page content. The container stops as soon as it hits php based section, even when i have overflow: visible;
#main_body
{
border-left:solid 10px #FFFFFF;
border-right:solid 10px #FFFFFF;
border-bottom:solid 10px #FFFFFF;
background:#FFFFFF;
margin:auto;
width:930px;
padding-bottom:40px;
overflow:visible;
}
The page has different things that show up depending on a variety of things. Is there any way to have the height change along with the changing page content?
There are floats on the page, but I have a <div style="clear:both;"></div> at the bottom
(i'd post code but it's pretty messy and long, I don't think anyone wants to go through it)
#main_body
{
border-left:solid 10px #FFFFFF;
border-right:solid 10px #FFFFFF;
border-bottom:solid 10px #FFFFFF;
background:#FFFFFF;
margin:auto;
width:930px;
padding-bottom:40px;
overflow:visible;
}
The page has different things that show up depending on a variety of things. Is there any way to have the height change along with the changing page content?
There are floats on the page, but I have a <div style="clear:both;"></div> at the bottom
(i'd post code but it's pretty messy and long, I don't think anyone wants to go through it)