Layout with Floating
This layout is similar to the flow layout except it has
two navigation boxes, one on the left and the other on
the right. These boxes were styled using the float property.
The left box uses float: left; so it will be againgst the
left side of the layout. This text in the middle also
has a float: left; definition. The right box has a float: right;
definition placing it on the right side of the layout disign.
On the right are example CSS sites
and tutorials.
Click here to download the .css file. Please go to Layout by
Position.