Skip to content

Instantly share code, notes, and snippets.

@jmsmrgn
Created September 17, 2015 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmsmrgn/d0d6610ee2fcb2cd4236 to your computer and use it in GitHub Desktop.
Save jmsmrgn/d0d6610ee2fcb2cd4236 to your computer and use it in GitHub Desktop.
IE 10 css hack using -ms-high-contrast
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10-specific styles go here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment