I want to float:left an image so the text wraps around it, but when I do this, the image overlaps the bottom border of the div that contains it. The div expands only to contain the non-floated text. How can I avoid this without floating every container div right down to the root?