Forums

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

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!

#71636
psychotronic
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}