Technicality
· 7TH OF FEBRUARY, THE YEAR 2005LEFT FLOAT DOUBLING IN IE CSS
For reasons unknown, Microsoft Internet Explorer actually doubles the left margin of lef-floated DIVs. One can only assume it’s a bug, a bug you’d think would never have made it past any basic form of quality control. the simple way around, according to this page, is just include
display: inline;
in the CSS. Might cause some flow problems, but it seems to work otherwise.

NO COMMENTS YET