Home › Forums › CSS › big gap in IE, FF is fine › Re: big gap in IE, FF is fine
May 17, 2009 at 8:06 pm
#57655
Participant
lol. Good times.
The problem is that you are using a non-repeating background image, and that image is only so tall. Internet Explorer stretches the content a little bit more causing the table to be taller than your background image.
Just add this to your CSS for .main:
Code:
background-color: #FFFFFF;