CSS Page Layout Templates
3 Column Templates
The following templates are all three column templates.
The 'box hack' has been removed from the templates in the last round of changes which means the 'pixel-perfect' templates are not 'pixel-perfect' in IE5xPC. Future versions may include the box-hack again.
Templates: Two column | Three column | General reason to do so. The following two rules mean exactly the same thing:
*.apple {color: red;}
.apple {color: red;}
However, you should consider this: if you're concerned about
older user agents that don't know about CSS2, then
*.class (or *#id) is an easy
way to fool them. Since both of these are examples of invalid
selectors in CSS1, they should be ignored by CSS1-only parsers. If
they aren't ignored, then they're likely to cause strange
Three Column, Left & Right Columns Static
'
'
'
'
(5+)
Three Column 'Pixel-Perfect'
'
'
'
'
(6)
Three Column 'Pixel-Perfect' with Header
'
'
'
'
(6)
Three
Column Pixel-Perfect with Header & Footer 
'
'
'
'
(5+)
Templates:
Two column |
Three column |
General
Note: The poor colour schemes and thick borders of the templates are for demonstration purposes. :-)