2/15/2016
Reading time: 1 mins

CSS targetting for IE 10+ excluding Edge

Use the following media query to target your css particularly for IE10+ browsers

@media all and (min-width: 64em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
}
Previous
Drupal commerce add image to Cart or Wishlist
Next
Learning ECMAScript 6 ECMAScript2015 – Arrows
© 2024 Anil Maharjan