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;
}
the descendant element to be visible, sincevisibility is inherited. Thus:

P.clear {visibility: hidden;}P.clear EM {visibility: visible;}

As for visbility: collapse,this value is used in CSS table rendering, which isn't coveredin this book because it wasn't well implemented as the book wasbeing written. According to the CSS2 specification,collapse has the same meaning as

Example

:linkIE4 Y/Y IE5 Y/Y NN4 Y/Y Op3 Y/-

This pseudo-class applies tohyperlinks, but not named anchors. It sets the styles to be used fora hyperlink that points to a URI that has not yet been visited (i.e.,is not listed in the browser's history).

Example

>This pseudo-class applies tohyperlinks, but not named anchors. It sets the styles to be used fora hyperlink that points to a URI that has already been visited (i.e.,