Chinaunix首页 | 论坛 | 博客
  • 博客访问: 239953
  • 博文数量: 108
  • 博客积分: 3045
  • 博客等级: 中校
  • 技术积分: 1162
  • 用 户 组: 普通用户
  • 注册时间: 2007-04-19 18:26
文章分类

全部博文(108)

分类: HTML5

2013-07-30 13:50:54

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识别)}
阅读(226) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~