FF: color:red;
IE7: *color:red !important;
IE6: *color:red;
OR
FF: color:red;
IE7: *color:red;
IE6: _color:red;
OR
FF: color:red;
IE6/7/8: color:red/9;
IE8: color:red/0;
IE6: _color:red;
本文详细介绍了如何使用CSS为Firefox、Internet Explorer 7、Internet Explorer 6等浏览器提供兼容性设置,包括使用特定的CSS选择器来解决跨浏览器兼容问题。
FF: color:red;
IE7: *color:red !important;
IE6: *color:red;
OR
FF: color:red;
IE7: *color:red;
IE6: _color:red;
OR
FF: color:red;
IE6/7/8: color:red/9;
IE8: color:red/0;
IE6: _color:red;
1738

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