Julien Enselme personal blog

  • Archives
  • Categories
  • Tags
  • Atom Feed
  • Trucs et astuces Atom Feed
  • Privacy

CSS tips

Published: 2019-03-10 by Julien Enselme in Trucs et astuces • Tagged with: CSS

Contents

  • Apply style to IE11 only

Apply style to IE11 only

Put the style in this media query:

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    // Put CSS here
}
© Julien Enselme

This work is licensed under a Creative Commons Attribution-ShareAlike

Creative Commons License

Proudly powered by Pelican