Log in

View Full Version : detect IE8?



thenajsays
09-16-2009, 02:45 PM
anyone know a script that can detect IE8?

traq
09-16-2009, 03:30 PM
IE has a built-in method for detecting IE/version: use this:
<!--[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.