Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mindshare Labs, Inc.

    (@mindshare)

    You can do what you are after using the get_browser_version() function and little bit of PHP, for example:

    $v = get_browser_version();
    if($v < 7 && is_IE()) {
    // do stuff for IE browsers older than IE7
    }
    Thread Starter gprego

    (@gprego)

    Great!!
    That’s exactly was I was looking for.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Support for "versions lower than" or "higher than"’ is closed to new replies.