IT록
IE에 CSS적용하기
꽃이
2021. 5. 12. 11:44
728x90
반응형
/* IE10+ */ IE10 이상부터 적용
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { }
안에 적용시키기 ~
/**********************loading***********************/
/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* Enter your style code */
}
728x90
반응형