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