Skip to content

Instantly share code, notes, and snippets.

@mikeyakymenko
Forked from atk/ie10hack.css
Created April 18, 2013 11:27
Show Gist options
  • Save mikeyakymenko/5412030 to your computer and use it in GitHub Desktop.
Save mikeyakymenko/5412030 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