anna
New Member
Hi all,
I'm trying to implement a conditional comment to direct people using IE6 to a special style sheet. I can't get it to work. Am I doing this right? I've placed it in the head section, under the regular style sheet. Here's what the code looks like:
<link href="../../../Styles/oneColLiqCtr.css" rel="stylesheet" type="text/css" />
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="ie6TestStylesheet.css" />
<![endif]-->
And here's a screen shot to see the code in action.

Thanks for any suggestions.
I'm trying to implement a conditional comment to direct people using IE6 to a special style sheet. I can't get it to work. Am I doing this right? I've placed it in the head section, under the regular style sheet. Here's what the code looks like:
<link href="../../../Styles/oneColLiqCtr.css" rel="stylesheet" type="text/css" />
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="ie6TestStylesheet.css" />
<![endif]-->
And here's a screen shot to see the code in action.

Thanks for any suggestions.