Quote:
Originally Posted by LadynRed
position:absolute would not be a good solution as it causes some major problems in IE - and it's utterly unnecessary.
The problem is NOT the 100% height rules, the problem is you have not CLEARED your floats... something you MUST do.
|
But clear the floats how? I need two solutions here:
- Get the container to clear with floated divs inside it
- Get the left float div inside the container to extend to the bottom of the page
Example
http://jglasman.name/test/test.html
I've tried adding "overflow: auto;" to the container and that seems to clear it but then I'm scrolling with the container and not the window. In a complicated web page that would not produce acceptable results. Setting the container to "overflow: hidden;" cuts off the majority of content. Furthermore, even with all these solutions the left float div is still not extending to the bottom of the page.
There seem to be a lot of different solutions to produce these effects but I've yet to find ones that work together for what I'm trying to accomplish.
Last edited by joshua4; 08-18-2008 at 03:44 PM..
|