Hi, just to let you know that the following is missing from html.tpl.php:

I had to manually put them in, in order for the stylesheets to kick in. Setting as "major", as we all know how important it is to take good care of dear old IE...

Cheers

Comments

smokeee’s picture

Forgot to put the code tags in. This is what was meant to be included:

<!--[if lte IE 6]><style type="text/css" media="all">@import "<?php print $base_path . path_to_theme() ?>/css/ie6.css";</style><![endif]-->
    <!--[if IE 7]><style type="text/css" media="all">@import "<?php print $base_path . path_to_theme() ?>/css/ie7.css";</style><![endif]-->
damiankloip’s picture

Thanks for raising, there was another issue regarding this a while back, I committed a solution for this to enable selection of which IE stylesheets to include from the theme settings, it's currently in our latest dev branch so should make it into the next release.

damiankloip’s picture

Status: Active » Closed (fixed)

Dupe of another issue which has been fixed in dev branch and new 3.x branch.