from:http://hi.baidu.com/lndsqzll/blog/item/88fecb1feab554f6e0fe0bd4.html
问题描述
一个html页
<div style="width:190px; margin-left:10px; overflow:auto; background-color:#FFCCFF; float:left;">test</div>
但是左侧却显示缩进了20个px
此设置在firefox 和 opera 都是正常的
网上查找了原因发现是IE的一个BUG
在style里面添加display:inline;问题解决
另:当使用margin属性不能正确显示时,尝试使用display:inline;看能否解决问题