IE6 stylesheet not being applied
-
in the header.php file of my theme, i have the following code to reference an IE 6 stylesheet if the visitor is viewing the site in IE 6:
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" /> <!--[if IE 6]> <link rel="stylesheet" href="https://www.poolplayersforhire/wp-content/themes/green-theme/ie6_style.css" type="text/css" media="screen" /> <![endif]-->
however, it doesnt appear that the stylesheet is being applied. i know this because the only code in the stylesheet is code that should make the background red
body {background:red;}
, but i dont see that happening when viewing the site in IE6.please advise how i get this style sheet to be applied. thanks.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘IE6 stylesheet not being applied’ is closed to new replies.