content column
All templates are XHTML 1.0 and CSS2/ tableless.
2 columns / menu fixed, content dynamic.
2 columns layout grid. The navigation column is fixed, the content column is dynamic and adjusts itself to the browser
window.
The layout also works with an absolute height template 100% height
«= more TEMPLATES
body {
background-color: #e1ddd9;
font-size: 13px;
font-family: Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0 20px;
margin:0;
}
#content {
margin-left: 200px;
background-color:#fff;
overflow: auto;
}
