Mark.B
11-12-2010, 09:59 PM
Can anyone help me with the correct syntax for using is_browser and checking the version in a plug in?
Basically I need to have a different value for IE7 (or ideally IE7 and below!).
I have tried this:
if (is_browser('ie,7'))
But this returns true for ALL versions of IE.
Basically I need to have a different value for IE7 (or ideally IE7 and below!).
I have tried this:
if (is_browser('ie,7'))
But this returns true for ALL versions of IE.