首页 > 开发 > CSS > 正文

css IE8 兼容问题的汇总

2024-07-11 08:27:11
字体:
来源:转载
供稿:网友
#box{
color:red; /* 所有浏览器都支持 */
color:red !important;/* Firefox、IE7支持 */
_color:red; /* IE6支持 */
*color:red; /* IE6、IE7支持 */
*+color:red; /* IE7支持 */
color:red/9; /* IE6、IE7、IE8支持 */
color:red/0; /* IE8支持 */
}
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表