Log in

View Full Version : <if condition fo browsers


aveon
12-08-2006, 03:11 PM
hey guys

i want to show something on ly in firefoz but not on other browsers so wat kind of if tad should i use??

tnguy3n
12-08-2006, 04:04 PM
I think the conditional you're looking for is is_browser().
i.e:
<if condition="is_browser('firefox')">do this<else />do that</if>

aveon
12-09-2006, 02:00 AM
I think the conditional you're looking for is is_browser().
i.e:
<if condition="is_browser('firefox')">do this<else />do that</if>

thnx man works like a charm