1:IE&FF 居中不一样 body{text-align:enter;} .class{ margin-left:0px; margin-right:0px; text-align=left;}
2:IE指定的最小宽度为18pt {clear:both; overflow:hidden;}
3:IE会自动调整高度,而FF不会,指定高度是多少就是多少 {float:left;}
4:FF如果使用浮动,则是正常的. 通常全部脱离文档流;
5:
标签差别 通常{margin:0px; padding:0px; list-style=none;}
6:标签差别 同上 可注意使用 {line-height:XXpx;}
7:border IE:内容+边框=100 FF:内容+边框=10X. 通过指定不同的宽度 比如:{width:198px; !important(FF识别) width:200px;(IE识别)}
阅读(251) | 评论(0) | 转发(0) |