content column

All templates are XHTML 1.0 and CSS2/ tableless.

2 columns / menu and content dynamic
2 column layout grid. The navigation column and content column are dynamic and adjust themselves 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 20px;
margin:0px;
}
#content {
float: left;
width: 75%;
background-color: #fff;
margin:0px 0px 50px 0px;
overflow: auto;
}
Figure 9-8

Figure 9-8. Overflowing the content area of an element

TIP

The specification does not say whether or not visible overflowedcontent can overlap the content of other elements, but it isreasonable to infer that this is possible. Since positioned elementscan overlap other elements, it stands to reason that the content of apositioned element should be treated no differently.

If the overflow is set to heightIE4 Y/Y IE5 Y/Y NN4 N/N Op3 Y/-

This is usedto set the height of an element. Height is most often applied toimages, but can be used on any block-level or replaced element,although support for such behavior is not widespread as of thiswriting. Negative length values are not permitted.

d to set the amount of whitespacebetween letters. A letter is defined as any displayed character,including numbers, symbols, and other font glyphs. Length values areused to define a modifier to the usual spacing, not the entire space

6.2.1.1. Good background practices

An interesting thing about images is that they're laid on top of whatever background color you may have specified. If you're completely tiling GIF, JPEG, or other opaque image types, this doesn't really make a difference, since