首页 > 开发 > CSS > 正文

包括IE8兼容问题的汇总

2024-07-11 08:22:33
字体:
来源:转载
供稿:网友
网上很多,这类的兼容问题的汇总,但是个人不经常hack。ie8的hack用的更少。贴出来以备以后查阅。
 程序代码

#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支持 */
}
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表