Skip to content

Instantly share code, notes, and snippets.

@wenjul
Forked from atk/ie10hack.css
Created February 27, 2013 03:19
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 wenjul/5044717 to your computer and use it in GitHub Desktop.
Save wenjul/5044717 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