10 weber Posted May 19, 2010 Share Posted May 19, 2010 (edited) Is there a way to use the IE's <!--[if...]> tag to show a message to users in IE8 that are not in "Compatibility View"? Edited May 19, 2010 by 10 weber Link to comment Share on other sites More sharing options...
boen_robot Posted May 19, 2010 Share Posted May 19, 2010 What if you check for IE8 and above (if IE gte 8)? Does that get displayed when in compatibility view?If it gets displayed even when not in compatibility view, you'll have to check (with JavaScript) if document.documentMode exists and if it's less than 8. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now