HTML and XHTML validation has been a rage for web designers and web developers for a couple of years now. The usage of tables for creating layouts is a thing of the past. The usage of spacer images are hated by web standards aficionados.
On this post, I plan to create sample css layouts that conform to the web standards. The layouts have been stripped of almost all of the content to give you the basic layouts.
CSS Layouts
2 column fixed layout - This layout uses floating and clearing to create the layout. The width is around 950px. The width can be easily be modified by editing the primary div’s.
Download 2-Column Fixed width layouts
More to come…