Home › Forums › CSS › IE 6 & & not using the specific stylesheets i set for them! › Re: IE 6 & & not using the specific stylesheets i set for them!
February 26, 2010 at 1:15 am
#71636
Member
i agree with eric, the code should be :
Code:
and makesure the overriding classes on the ie6 file has the higher level. example :
your nwmsf.css :
.ieclass {
bla bla}
your nwmsfie6.css should be :
#content .ieclass {
bla bla}