CSS Layouts Without Floats
Floats have been a major pain in the you know where since the inception of CSS based layouts. While I would never resort to using a table to layout pages again for lots of reasons, floating continues to be a burden on us all. Well, with some clever backwards compatibility (it works in IE5.5/6 and other browsers) and the use of CSS3 style layout you can forget about using floats.