Skip to content

Instantly share code, notes, and snippets.

@jsugarman
Created October 11, 2016 15:54
Show Gist options
  • Save jsugarman/f21b271d82fcb06edf359d7df9050f09 to your computer and use it in GitHub Desktop.
Save jsugarman/f21b271d82fcb06edf359d7df9050f09 to your computer and use it in GitHub Desktop.
/* for versions below 10 */
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="all-ie-only.css" />
<![endif]-->
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
}
@supports (-ms-accelerator:true) {
/* IE Edge 12+ CSS styles go here */
}
/* For IE inline css hack */
margin-top: 10px\9 /* apply to all ie from 8 and below */
*margin-top:10px; /* apply to ie 7 and below */
_margin-top:10px; /* apply to ie 6 and below */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment