You’d never guess it from some of the posts in this blog, but in addition to marketing, I do actually build websites ;-)

I was finishing up a project yesterday and (predictably) when I went to test in IE6, it was all fouled up.  Here’s how it looked in Safari and FF: 

Screenshot

And here is how it looked in IE6: 

Screenshot

Basically, IE6 has decided it wants to double the margin on the floating sidebar I have on the right.  So I did some research and found a super-easy method to fix this: add “display: inline” to the floating element.  

Screenshot

Magically, it works!

Screenshot

Just thought I would share in case anyone else found this useful