Thursday 11th of March 2010 09:18:38 AM
MENU
#left {
position: absolute;
left: 0px;
width: 190px;
color: #564b47;
margin: 0px;
padding: 0px;
}
padding: 0px;
}
This column inherited it's background color from the body definition.
Padding is defined through p.
fallback for the bullet type. Do this just
in case your image doesn't load, or gets corrupted, or is in a
format that some user agents might not be able to display (as is the
case in
Figure 7-83). Therefore, you should always
define a backup
list-style-type for the list:
UL LI {list-style-image: url(ohio.bmp); list-style-type: square;}
Figure 7-83. Providing fallbacks for unusable images
The other thing you can do with list-style-image
is set it to the default value of none. This is
MENU
#right {
position: absolute;
right: 0px;
width: 190px;
color: #564b47;
margin: 0px;
padding: 0px;
}


CONTENT
3 columns / menu fixed, content and head dynamic.
3 columns layout grid. The navigation columns are fixed in their widths, the content column is dynamic
and adjusts itself to the browser window.
The head box is dynamic in its height. It adjusts to the height of the logo.
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;
padding: 0px;
background-color: #ffffff;
}