一个例子说明:
test {
color:red; /* all */
color:red\9; /* ieAll */
color:red\0; /* ie8/9 */
*color:red; /* ie6/7 */
_color:red; /* ie6 */
}
本文通过一个具体示例展示了如何为不同版本的 Internet Explorer 浏览器编写 CSS 兼容性样式。这些技巧对于确保网站在老旧浏览器中也能正常显示至关重要。
一个例子说明:
test {
color:red; /* all */
color:red\9; /* ieAll */
color:red\0; /* ie8/9 */
*color:red; /* ie6/7 */
_color:red; /* ie6 */
}

被折叠的 条评论
为什么被折叠?