On Jan 29, 2007, at 12:40 PM, Daniel Hammond wrote:
> FF2 and Opera show the navigation correctly, but the side borders > of the > container don't extend all the way to the bottom of the browser > window when > there is enough content to require scrolling. Try taking the 100% off the height of the container. % based measurements are based on their containing element. In this case, the viewport. "float" takes an element out of the flow of the document. So, that container doesn't really know the elements it contains are there. You don't need to float with this layout. Unless you're going to get more complicated with the layout, I'd remove the floats. chris.pallé, interactive media designer -------------------------------------------------------- [EMAIL PROTECTED] ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
