问题
When we float a fixed width div element to the left, the margin-left
's value is doubled. Is there any solution available?
I'd prefer solutions not requiring JavaScript please.
回答1:
If I remember correctly, setting
display: inline
to this DIV will solve the problem.
-- edit:
details on this bug
来源:https://stackoverflow.com/questions/824175/ie6-double-margin-bug