Skip to content

Instantly share code, notes, and snippets.

@mojaray2k
Created October 2, 2014 15:45
Show Gist options
  • Save mojaray2k/f9d205e399de83301b30 to your computer and use it in GitHub Desktop.
Save mojaray2k/f9d205e399de83301b30 to your computer and use it in GitHub Desktop.
Just pop the above media query in your css and you can now override and adjust CSS just for IE10 and IE 11.
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10+ specific styles go here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment