Why isn’t my IE7 stylesheet working?
-
I am developing a theme. It has some problems in IE7 and I understand that using an IE7 specific stylesheet is the recommended solution.
I have spent well over an hour now trying to get IE7 to pick up the stylesheet. No joy though.
I have put this snippet of code all over the place. Below is what I put in the <head> section. (I have used several different variations. I must be making some fundamental mistake:)
<link href=”<?php bloginfo(‘stylesheet_url’); ?>” rel=”stylesheet” type=”text/css”>
<!–[if IE 7]>
<link rel=”stylesheet” title=”jugendstil” xhref=”https://www.vikingprincess.net/wp-content/jugendstil/IE7styles.css” type=”text/css” media=”all” /><![endif]–->My theme is at https://www.vikingprincess.net
Hope you can help! I am at a brick wall… ??
- The topic ‘Why isn’t my IE7 stylesheet working?’ is closed to new replies.