Affected Versions
This bug affects: IE6
Symptoms
Left and right margins are doubled on floated elements.
Date of the Tutorial
Fri Jul 17 03:38:48 2009
Description
CSS float property is used a lot by web developers. Not only it allows the content to flow around the floated element, but also provides means of positioning in many instances, in which case it is often useful to specify some kind of a margin. IE developers for some reason thought that it would be a good idea to double that margin, therefore this bug is called a "Double Margin Bug". An example of this bug is presented in the following demo.

