|
Setting height to "auto" is rather pointless, actually. In order to CLEAR a float, adding overflow: auto to the CSS for the div that holds the floats will clear the floats. However, if you nail it down with a fixed height at the same time you'll get scrollbars. So, if all you're doing is containing floats, and allowing the page to stretch vertically as it does by default depending on what's IN it, then no set height is needed. The other alternative, is to float the containing div itself, as it will automatically clear any floats within it.
I might be able to get your menu fixed, but I can't do it until later this evening once I get home.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
Last edited by LadynRed; 01-13-2010 at 04:33 PM..
|