Forum Moderators: not2easy

Message Too Old, No Replies

Footer and IE

Footer does not clear sidebar

         

whozyodaddy

7:11 am on Jul 2, 2007 (gmt 0)

10+ Year Member



Hi,

The footer does not clear the main content and sidebar of my website in IE, but works in both FF and Safari. The sidebar overlaps it, and I set the background to pink so it is easy to see the problem.

hxxp://spotnitz.com/first/first.html
hxxp://spotnitz.com/first/first.css

What is the problem here? Any help would be greatly appreciated.

Thanks.

lavazza

8:10 am on Jul 2, 2007 (gmt 0)

10+ Year Member



If you take your footer out of your container... it'll work.. although now your footer is full width (easy fix)

Tip: give your divs contrasting backgrounds to see what is going where

whozyodaddy

8:18 am on Jul 2, 2007 (gmt 0)

10+ Year Member



I just tried that, and while it looks better in IE, it messes everything up in FF. Is there a different solution?

lavazza

8:26 am on Jul 2, 2007 (gmt 0)

10+ Year Member



wrap EVERYTHING is something like this

#wrapper{
display:block;
height: auto;
background: #00FFFF;
}

For me, it works in FF, IE and Opera

whozyodaddy

8:25 pm on Jul 2, 2007 (gmt 0)

10+ Year Member



Take the footer outside the container and put the footer inside the wrapper? Should just the footer be in the wrapper? Sorry, I am relatively new to CSS.