CONTENT
3 columns / menu fixed, content dynamic with head and footer.
3 column layout grid. The navigation column are fixed in width, the content column is dynamic and adjusts
itself to the browser window.
This layout also works with an absolute height template 100% height
more nice and free css templates
html {
padding:0px;
margin:0px;
}
body {
background-color: #e1ddd9;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
#content {
margin: 0px 190px 0px 190px;
border-left: 2px solid #564b47;
border-right: 2px solid #564b47;
all paragraphs in English to be black on white, and all paragraphs inFrench to be white on black:P:lang(en) {color: black; background: white;}P:lang(fr) {color: white; background: black;}
Of course, user agents aren't likely to figure out elementlanguages on their own. Instead, they have to rely on documentmarkup, such as the lang attribute in HTML:
<P lang="en">This paragraph is in English.</P>
padding: 0px;
background-color: #ffffff;
}