Skip to content

Instantly share code, notes, and snippets.

@airyland
Forked from atk/ie10hack.css
Created November 24, 2012 08:15
Show Gist options
  • Save airyland/4138852 to your computer and use it in GitHub Desktop.
Save airyland/4138852 to your computer and use it in GitHub Desktop.
IE10 hack
/*
#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