By fixing the size of the three columns and floating them left, they arrange themselves side by side. This is a simple way to achieve a three column layout in CSS without using tables.

By fixing the size of the three columns and floating them left, they arrange themselves side by side. This is a simple way to achieve a three column layout in CSS without using tables.

By fixing the size of the three columns and floating them left, they arrange themselves side by side. This is a simple way to achieve a three column layout in CSS without using tables.

This template uses a floated wrapper around the columns so the footer will sit below the longest column. The float ensures the wrapper encloses the floated columns on SCBs. In IE, a div will always wrap a"child"floated element, although this is not correct behavior...another great reason to develop in an SCB first and adjust for IE after.