The clearfix hack is a popular way to clear floats without resorting to using presentational markup. This article presents an update to the clearfix method that further reduces the amount of CSS required…
An article for CSS beginners that explains the mysteries of forcing parent divs to contain their children. Two methods are described – overflow: hidden, and clearfix…