Hi,

Searched the open issues, didn't see this one... I don't think it's affecting anything negatively for me (yet).

In my .info file, I have:

;conditional-stylesheets[if IE][all][] = ie.css
conditional-stylesheets[if IE 6][all][] = ie6.css
conditional-stylesheets[if IE 7][all][] = ie7.css
conditional-stylesheets[if IE 8][all][] = ie8.css

And the page template is calling the files like so:

<!--[if IE]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/zen/zen/ie.css?t" />
<![endif]-->
<!--[if IE 6]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/mytheme/ie6.css?t" />
<![endif]-->
<!--[if IE 7]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/mytheme/ie7.css?t" />
<![endif]-->
<!--[if IE 8]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/mytheme/ie8.css?t" />
<![endif]-->
<!--[if IE]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/zen/zen/ie.css?t" />
<![endif]-->
<!--[if IE 6]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/mytheme/ie6.css?t" />
<![endif]-->
<!--[if IE 7]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/mytheme/ie7.css?t" />
<![endif]-->
<!--[if IE 8]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/mytheme/ie8.css?t" />
<![endif]-->

Comments

johnalbin’s picture

Status: Active » Postponed (maintainer needs more info)

That… doesn’t make any sense. :-\

jerseycheese’s picture

Any sense on my part in describing the issue? Or "not making sense" in the general sense?

In any event, the issue magically went away, when, I don't know. Thanks anyway. :)

akalata’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)