Forums

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

Home Forums CSS web site problem only on IE7 Re: web site problem only on IE7

#79796
virtual
Participant

You don’t eliminate it, that means IE7 will read the main style sheet, you have to write it in the IE7 stylesheet as 0 like this

Code:
.main {
background-image:url(/images/main.png);
background-repeat:no-repeat;
margin-top: 0;
}