Alternative stylesheet for IE 6 not working?
I want to use an alternative stylesheet for IE 6 browsers and I have used this code:
<!--[if lte IE 6]>
<link rel="stylesheet" href="CSS/IE6stylesheet.css" type="text/css" />
<![endif]-->
but IE 6 is still picking up my master.css style sheet.
How can I fix this.
0 коммент.:
Post a Comment