Ie6 conditional stylesheet
-
Hey,
I’m trying to link up a stylesheet for ie6.
I’ve tried everything,
right now ie6.css is in the root folder same as style.cssSo in the header right under the:
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
I have:
`<!–[if lt IE 7]>
<link type=”text/css” rel=”stylesheet” href=”ie6.css” media=”screen” />
<![endif]–>`doesn’t work.
I tried:
`<!–[if lt IE 7]>
<link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/ie6.css” media=”screen” type=”text/css” />
<![endif]–>``<!–[if IE]>
<style type=”text/css” media=”screen”>
@import url( https://www.q-ball.com/store/wp-content/themes/WPFlexiShop/ie6.css);
</style>
<![endif]–>`Neither of them work.
I just don’t get what I am doing wrong, can anyone see anything? Slash have any suggestions?
- The topic ‘Ie6 conditional stylesheet’ is closed to new replies.