Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== clearing floats ====== By default, a containing element with floated children will not extend to the bottom of the floats because the floats are removed from the flow of the page. To fix this, I typically put an element at the bottom of the containing element, after all floats, with the style "clear: both;". There are some other ways to achieve this, and the above method may not work in all browsers. See the links below. ===== External Links ===== * http://www.positioniseverything.net/easyclearing.html * http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ * http://drupal.org/node/380906 docs/browsers/clearing_floats.txt Last modified: 2010/03/14 10:58by billh