Wednesday 10th of March 2010 07:03:34 PM
left column
All templates are XHTML 1.0 and CSS2/ tableless.
2 columns / menu and content dynamic
2 column layout grid. Both columns are dynamic and adjust themselves procentually to the browser window.
more nice and free css templates
body {
background-color: #8b4513;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
padding:0px;
margin:0px;
}
#content {
float:left;
width:70%;
background:#fff;
border-right:2px solid #996666;
border-bottom:2px solid #996666;
margin-right:15px;
padding-bottom:20px;
}
Nothing unusual there, of course, but look what happens when we set
the first paragraph to have a background, as has been done in Figure 7-68.
There is nothing different about the second example, except for the
visible background. As you can see, the floated image sticks out of
parent's baseline. However, the distance it is lowered is not
defined in the specification, so it may vary from one user agent to
another. Note that sub does
not imply a change in the element's font
size, so it should not cause subscripted text to become smaller (or
larger). Instead, any text in the subscripted element should be, by
default, the same size as text in the parent element, as shown in
Figure 4-32: