Created
January 15, 2014 21:51
-
-
Save jbutko/8445462 to your computer and use it in GitHub Desktop.
HTML, WP, IE, IE10: Target IE10 with class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--[if !IE]><!--><script> | |
if (/*@cc_on!@*/false) { | |
document.documentElement.className+=' ie10'; | |
} | |
</script><!--<![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment