IE Conditional Stylesheets
-
I have this template we need to integrate to WordPress and we have a certain part which has a conditional IE stylesheet. When we first sliced the template and didn’t integrate it to WP the IE CSS was loading fine.
The problem is that now for some reason the IE CSS doesn’t load and I have no clue why. This is the code I have placed on my header:
<!--[if IE]> <link href="<?php echo get_stylesheet_directory_uri(); ?>/iefix.css" rel="stylesheet" type="text/css" /> <![endif]-->
Is there anything wrong I am doing? You can also check the site online: https://tinyurl.com/39qvlx
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘IE Conditional Stylesheets’ is closed to new replies.