ie6 double float margin bug

Sunday, August 8, 2010

Here is the quickest fix I have found for fixing the ie6 double float margin bug, where all margin values are doubled on floating elements.

Just apply:

1.element { display: inline; } 

And the element float will be rendered as expected. Go figure...Thanks to http://www.positioniseverything.net/explorer/doubled-margin.html for shining a light on, and fixing this issue.


Other posts


Tagged with: