georgewilliamson
New Member
Hi, i'm trying to include an external css for ie hacks...
In the headinclude, i have:
<if condition="is_browser('ie')">
<link rel="stylesheet" type="text/css" href="clientscript/ie_hacks.css" />
</if>
doesn't want to work;
tried
<if condition="is_browser('ie',6)">
<link rel="stylesheet" type="text/css" href="clientscript/ie_hacks.css" />
</if>
still doesn't want to call it.
any help would be appreciated.
TIA
In the headinclude, i have:
<if condition="is_browser('ie')">
<link rel="stylesheet" type="text/css" href="clientscript/ie_hacks.css" />
</if>
doesn't want to work;
tried
<if condition="is_browser('ie',6)">
<link rel="stylesheet" type="text/css" href="clientscript/ie_hacks.css" />
</if>
still doesn't want to call it.
any help would be appreciated.
TIA