IE 11 Only Styles
Jun 15, 2020 • 1 min • TIL #10
IE10 and IE11 specific style media query.
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
/* IE10+ CSS styles go here... */
}
Jun 15, 2020 • 1 min • TIL #10
IE10 and IE11 specific style media query.
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
/* IE10+ CSS styles go here... */
}