Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
IE Conditional Comments for CSS
Stash
✭
I want to put an IE only CSS file in an extension, and the best way to do this is with IE Conditional Comments (AFAIK). Hw can I get the following code into the head of pages using extensions, because you can just use the normal way for CSS files can you?
<!--[if lte IE 7]>
<link rel="stylesheet" href="ie.css" type="text/css" media="screen" />
<![endif]-->
0
This discussion has been closed.
Comments
An example of this can be found in default.php in my JQThickBox extension.