Home › Forums › CSS › web site problem only on IE7 › Re: web site problem only on IE7
July 14, 2010 at 1:50 pm
#79796
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;
}
background-image:url(/images/main.png);
background-repeat:no-repeat;
margin-top: 0;
}