Conditional CSS file doesn't override regular CSS
Posted
by dmr
on Stack Overflow
See other posts from Stack Overflow
or by dmr
Published on 2010-05-27T19:28:58Z
Indexed on
2010/05/27
19:31 UTC
Read the original article
Hit count: 431
I am using conditional comments to link to a css file (let's call it "IEonly.css") if the IE version is less than 8. I am trying to override some properties in the regular css file. Strangely enough, IEonly.css will set new css properties correctly, but it won't override the properties in the regular CSS file!
(I am trying to make this work for IE7).
Help!
© Stack Overflow or respective owner