Float Layouts
From CSS Discuss
Float Css Layouts are achieved through the usage of the float: property.
- Any Order Columns (for any number of columns)
- The floating boxes CSS layout
- Two Column Float
- 3-Columns with Floating (and the centre first in the HTML)
- Gallery Float
- Align Left And Right
- Definition List
- Clearing Space
See Floated Block for more on how floats work. See Float-less_Layout for alternatives.
