标签:active 实用 ras and style comm 针对 ie10 comment
如果针对ie10 以上单独写css样式的话,ie10以上已经不提供 <!--[if 。。。]><![endif]--> 这种方法去操作了,所以可以用css媒体查询的方法
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
}
很实用!
标签:active 实用 ras and style comm 针对 ie10 comment
原文地址:http://www.cnblogs.com/ifmiss/p/6841487.html