【发布时间】:2014-08-07 17:10:59
【问题描述】:
我开始了解这些针对 IE 的样式:
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10-specific styles go here */
}
@media screen and (min-width:0\0) {
/* IE9 and IE10 rule sets go here */
}
我也想知道其他版本的ie。
我如何使用媒体查询仅 ie6、仅 ie7、仅 ie8、仅 ie9、小于或等于 ie10 等?
还有其他的技巧吗?
【问题讨论】:
-
什么是“条件格式”?
-
对不起,我的意思是有条件的评论是我的错误..
标签: css internet-explorer