layouthandler - standards compilant 100% width and 100% height tableless web page layout template
layouthandler.css
html, body
{
margin: 0px;
padding: 0px;
border: none;
width: 100%;
height: 100%;
overflow: hidden;
}
.BannerLayer
{
white-space: nowrap;
clear: both;
}
.MenuLayer
{
width: 160px;
overflow: auto;
float: left;
}
.ContentLayer
{
overflow: auto;
float: left;
}