I'm commonly searching on the internet for the solution to the IE 6 double margin bug so I thought I would finally get round to committing it to the blog.
In IE 6 When you are floating a div you may get double the margin you expect.
The solution to this is to use: display: inline; o...
[More]