Skip to content

Instantly share code, notes, and snippets.

@JoeSz
Created September 30, 2016 15:31
Show Gist options
  • Save JoeSz/f5170f294bf35914733a03c4a1b5937e to your computer and use it in GitHub Desktop.
Save JoeSz/f5170f294bf35914733a03c4a1b5937e to your computer and use it in GitHub Desktop.
Apply style ONLY on IE
/* Source: http://stackoverflow.com/questions/11173106/apply-style-only-on-ie/36448860#36448860 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#myElement {
/* Enter your style code */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment