标签: css internet-explorer internet-explorer-6
当我们将固定宽度div元素向左浮动时,margin-left的值加倍。有没有解决方案?
margin-left
我更喜欢不需要JavaScript的解决方案。
答案 0 :(得分:6)
如果我没记错的话,请设置
display: inline
这个DIV将解决问题。
- 编辑:
details on this bug