CSS tips
Posted on 2019-03-10 in Trucs et astuces
Sommaire
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 }
Posted on 2019-03-10 in Trucs et astuces
Sommaire
Put the style in this media query:
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { // Put CSS here }