Wasim Shaikh
Wasim Shaikh

Reputation: 7030

IE6 double margin bug

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.

Upvotes: 1

Views: 619

Answers (1)

Rafael
Rafael

Reputation: 18522

If I remember correctly, setting

display: inline

to this DIV will solve the problem.

-- edit:

details on this bug

Upvotes: 6

Related Questions