Links can be done with graphics Add a space After link

| Or links can be like this | With divider bars | Not displayed |

4 Column, Fixed Left & Right, Middle Resizes

#leftmenu {
position:absolute; left:1em; top:1em; width:10em;
}

.fakediv {
display:block;
padding:.2em;
margin:.2em;
}

#centerleft {
position:absolute; left:12em; right:51%; top:1em;
}

#centerright {
position:absolute; left:51%; right:12em; top:1em;
}

#rightmenu {
position:absolute; right:1em; top:1em; width: 10em;
}

.nodisplay {
display: none;
}

In order to keep center two columns from overlapping in Opera, you must make the padding of the body 0.

You must make sure to put any borders, padding or margins in div blocks that are inside the columns. If you apply borders, padding, or margins to the column divs themselves, you will have problems with horizontal scrolling, as different browser calculate percentage values differently.

This does not work properly in IE 5.2 on the Mac and so it uses the @import 'style.css' single-quote style hack to prevent CSS being used in that browser. See Centricle for a listing of this and other hacks.