Overview
Shared CSS
This section contains CSS that's shared by all experiments on this page.
Basic Floats
Float Left No Frills
Float Left with Padding
Float Left with Padding and Margin
Float Left with Overflow Hidden
Float Right with Overflow Hidden
Compound Floats
Float Left and Right
Float Images
Simulated Page Layout
Multiple Left Floats
Sans Margin
With Margin
With Margin, Border and Padding
Margin, border and padding are added, plus, the outermost container's size is adjusted to fit the contents using the following formula:
3 * (width + 2 * (margin+border+padding) )