Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS big gap in IE, FF is fine Re: big gap in IE, FF is fine

#57655
AshtonSanders
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;