Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created January 15, 2014 21:51
Show Gist options
  • Save jbutko/8445462 to your computer and use it in GitHub Desktop.
Save jbutko/8445462 to your computer and use it in GitHub Desktop.
HTML, WP, IE, IE10: Target IE10 with class
<!--[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