stylesheet name in a if lte IE 6 condition
Posted: Fri Jan 30, 2009 9:50 am
Hi,
i'm trying to do this but it doesn't work, in IE6 the line stylesheet appears like a simple text:
Any idea of the good syntax to write ?
i'm trying to do this but it doesn't work, in IE6 the line stylesheet appears like a simple text:
Code: Select all
<!--[if lte IE 6]>
<__script__ type="text/javascript" src="modules/MenuManager/CSSMenu.js"></__script>
{stylesheet name="ie6" media="screen"}
<![endif]-->