How has this clean method of clearing floats not gotten any attention? For those that can't find it in the article, instead of using a clearing element (<div style="clear:both;"></div> or <br style="clear:both"/>), you simple add overflow:auto to the styles of the wrapper element. Nick and I were both a little skeptical, until we tried it on a layout we were working on. Seems to work. Anyone want to find me an instance where it doesn't?