ie firefox 样式不兼容问题

0 views
Skip to first unread message

Chen Liqiang

unread,
Aug 22, 2006, 3:12:12 AM8/22/06
to 学习日志
作个总结,
1.如果是firefox和ie
css默认值不相同的可以重新定义值,如:ul{margin:0px;padding:0px;}

2.如果是firefox和ie本身对相同的css显示有差异的话,有两种解决方法:!important
和 *html
!important只有ff支持,ie不支持:如

.ok{color:blue;color:red !important;}
ie显示为蓝色,而firefox为红色。

*html ie支持,ff不支持。如:
.ok{color:red;}
*html .ok{color:blue;}
ie为蓝色,ff为红色

Reply all
Reply to author
Forward
0 new messages