Two inline divs:

Div 1
Div 2

Two floating left divs:

Div 1
Div 2

Two inline-block divs:

James
Div 1
Tiberius
Div 2
Kirk

Two float divs:

James
Div 1
Tiberius
Div 2
Kirk

Left, centered, and right floating divs:
Note the centered div must come last so the left and right
margins can be computed. Furthermore, we can't use "inline-block",
we have to use "float."

Left
Right
Center

Not what we want using inline-block

Left
Center
Right

Inner divs:

Left
Right
Left
Right
Center

Inner divs with content that wraps:

Left
Right
Left: Some long text that forces a line wrap.
Right: Some long text that forces a line wrap.
Center: Some long text that forces a line wrap.
Foobar

Playing with wrapper and inner widths:

Left
Right
Left: Some long text that forces a line wrap.
Right: Some long text that forces a line wrap.
Center: Some long text that forces a line wrap.

Child element poisitioning:

Left and right divs of fixed width:

Left div scrolling:

Menu Item 1

Menu Item 2

Menu Item 3

Menu Item 4

Menu Item 5

Menu Item 6

abc