Skip to content

Instantly share code, notes, and snippets.

@Liner-z
Forked from atk/ie10hack.css
Created November 16, 2012 04:51
Show Gist options
  • Save Liner-z/4084193 to your computer and use it in GitHub Desktop.
Save Liner-z/4084193 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