PDA

View Full Version : <!--[if IE]> statements not working in headinclude template?



dutchbb
Mon 9th Jan '06, 12:08pm
<!--[if IE]> <![endif]-->

This doesn't seem to be working in the headinclude template?

Any solutions to make a ie statement like the standard included one for opera?

TyleR
Mon 9th Jan '06, 12:52pm
<if condition="!is_browser('ie')">.....</if>

dutchbb
Tue 10th Jan '06, 8:01am
Doesn't seem to be doing anything either :(

TyleR
Tue 10th Jan '06, 2:12pm
oops, you want it to display if it is IE?

that would be


<if condition="is_browser('ie')">...</if>

dutchbb
Tue 14th Feb '06, 10:22am
oops, you want it to display if it is IE?

that would be


<if condition="is_browser('ie')">...</if>
A little late but thanks :D

Zachery
Tue 14th Feb '06, 12:26pm
<!--[if IE]> <![endif]-->

This doesn't seem to be working in the headinclude template?

Any solutions to make a ie statement like the standard included one for opera?
That looks like an IE only content statment, not sure how those work :p