问题: ie6 中设置浮动,同时又设置 margin 时,会出现双倍边距的问题 例 float:left;width:100px;margin:0 100px; 解决: 设置 display:inline;
0