Answers for "css only ie"

CSS
0

only ie css

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #myElement {
        /* Enter your style code */
   }
}
Posted by: Guest on March-11-2021

Browse Popular Code Answers by Language