Conditional comments ie6 ie7
-
Somehow I can’t get the conditional comments for ie6 and ie7 working for my theme. I put the following code in the header of my theme
`<link rel=”stylesheet” href=”wp-content/themes/mytheme/style.css” type=”text/css” media=”screen” />
<!–[if lte IE 6]>
<link rel=”stylesheet” href=”wp-content/themes/mytheme/ie6.css” type=”text/css” media=”screen” />
<![endif]–>
<!–[if IE]>
<link rel=”stylesheet” href=”wp-content/themes/reimer/ie7.css” type=”text/css” media=”screen” />
<![endif]–>’Hope someone can tell me what i’m doing wrong. This code always worked for me in other websites.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Conditional comments ie6 ie7’ is closed to new replies.