Its working fine in Firefox but in IE6 the footer still rolls over top of the content of the page. And when I add more content to the page the footer starts at the bottom of the window with the rest of the content carrying on underneath it. Its weird, its acting very buggy. I don't think its your code, I think its how im implementing it. Ive got an IE6 conditional style sheet so Im trying to modify it to fit but I could be missing something.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dusan Smolnikar Sent: Monday, 12 November 2007 5:39 PM To: [email protected] Subject: Re: [WSG] html page footer problem You have to make sure that you clear all the floats and leave some extra space (at least as high as the footer) and the end of your normal content (that is, everything excluding the footer). This way the footer will only overflow empty space, rather than the content. On Nov12, 2007, at 1:12 AM, Tim MacKay wrote: Thanks Dusan, That is exactly what im looking for. I have put in your code and the footer is sticking to the bottom of the page, but when I scroll up it goes over the main 3 columns of content. I want it to stop at the bottom of the main page content. I see that in your example that is what you have so I am going to go back and read over your code. Will this work with floated elements in the page? Thanks again for your replies, Tim ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ******************************************************************* ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
