Wednesday, 11 September 2013

CSS conditional statement for "if not IE7" not working

CSS conditional statement for "if not IE7" not working

<!--[if !(IE 7)]>
<link href="/assets/css/fixed.css" rel="stylesheet" />
<![endif]-->
This isn't working. I'm working with Chrome and it's not picking up
anything in the style sheet I referenced. I'm trying to add a style sheet
that gets loaded in everything EXCEPT IE 7 as I'm trying to implement some
UI changes that IE 7 doesn't support very well.
Can someone point me to what I'm doing wrong here?

No comments:

Post a Comment