Im having trouble with trying to use a conditional stylesheet.
I want to use a few different parameters in IE6 and so am using the command
. This code is in after the actinic stylesheet is called. However nothing happens!!
I have tried removing the conditional statement and then firefox and IE7 use the extra info in the stylesheet, but still not IE6. So basically IE6 is not reading this stylesheet at all.
Any thoughts??
Thanks for any help!
I want to use a few different parameters in IE6 and so am using the command
Code:
<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="styles.css" /><![endif]-->
I have tried removing the conditional statement and then firefox and IE7 use the extra info in the stylesheet, but still not IE6. So basically IE6 is not reading this stylesheet at all.
Any thoughts??
Thanks for any help!
Comment