Skip to content

Instantly share code, notes, and snippets.

@elazafranjusticiero
Forked from atk/ie10hack.css
Created April 12, 2013 08:05
Show Gist options
  • Save elazafranjusticiero/5370352 to your computer and use it in GitHub Desktop.
Save elazafranjusticiero/5370352 to your computer and use it in GitHub Desktop.
/*
#ie10 will only be red in MSIE 10,
both in high contrast (display setting) and default mode
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#ie10 { color: red; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment