I have removed the position: absolute from the localnav DIV, but the footer is still in the same position, and it has increased in vertical height ??
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 20 December 2006 16:07 To: [email protected] Subject: Re: [css-d] CSS Layouts - footer problems > In my code below, the footer doesn't clear at the bottom of the > localnav and content DIVS ? Instead the footer is displaying behind > the localnav DIV. your nav is position: absolute; which will take it out of doc flow - take that away and work from there (leave it as float: left; only) ~n ______________________________________________________________________ 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/ ______________________________________________________________________ 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/
