浏览器:IE6
描述:使用float浮动容器,如果浮动容器具有margin值,则呈现margin-left值双倍情况。
解决方案:在浮动元素上加上position: absolute;
解决方案:在浮动元素上加上display:inline;