Skip to content

Instantly share code, notes, and snippets.

@jsonberry
Last active January 3, 2017 03:01
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 jsonberry/eb7e82c94d4d2294e31341ac1b6c5566 to your computer and use it in GitHub Desktop.
Save jsonberry/eb7e82c94d4d2294e31341ac1b6c5566 to your computer and use it in GitHub Desktop.
Target IE 10 + 11 via CSS Media Query
// These styles only affect IE 10 + 11
@media all and
(-ms-high-contrast: none),
(-ms-high-contrast: active) {
.selector {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment