IE conditional CSS not working in child theme
-
Hey all
I have added the following code to my header.php file and then added a file called IE7.css into the of my child theme, but for some reason in IE7 it doesn’t seem to be picking up the conditional CSS and just keeps using the standard CSS file.
<!--[if IE]> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/IE7.css" type="text/css" media="screen, projection" /> <![endif]-->
Would anyone be able to see what I am doing wrong? The parent theme is comicpress and the website is mackhina.com.
Thanks in advance for any help you can provide.
Cheers
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘IE conditional CSS not working in child theme’ is closed to new replies.