Results 1 to 2 of 2

Thread: detect IE8?

  1. #1
    Join Date
    May 2008
    Posts
    144
    Thanks
    6
    Thanked 11 Times in 11 Posts

    Default detect IE8?

    anyone know a script that can detect IE8?

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    IE has a built-in method for detecting IE/version: use this:
    Code:
    <!--[if IE8]> <p>This is Internet Explorer 8!</p> <![endif]-->
    Put your IE8 code between the tags. All other browsers will ignore the code as a comment.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •