仅限 Internet Explorer 6 Internet Explorer 7
要定位 Internet Explorer 6 和 Internet Explorer 7,请使用*
启动你的属性:
.hide-on-ie6-and-ie7 {
*display : none; // This line is processed only on IE6 and IE7
}
在 IE6 和 IE7 中忽略非字母数字前缀(除了连字符和下划线),因此这个 hack 适用于任何未加前缀的 property: value
对。