Page 1 of 1

stylesheet name in a if lte IE 6 condition

Posted: Fri Jan 30, 2009 9:50 am
by Mich-adg
Hi,

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]-->
Any idea of the good syntax to write ?

Re: stylesheet name in a if lte IE 6 condition

Posted: Fri Jan 30, 2009 9:57 am
by Mich-adg
Oups i found a solution, i forgot to say that the code was in a {literal} block, so i added a {/literal}{stylesheet...}{literal} and i works...

Sorry but it can help someone else :)