CSS IE Double Margin Bug (IE6-)
May 12th, 2007
The Bug:
Internet Explorer (IE 6) doubles the margin added to a floated div that is placed inside a container div.
The Fix:
Add display: inline; to the floated element.
Posted in CSS. ⋅ Tags: bugs, CSS, IE, Internet-Explorer
