Code:
#wrapper {
min-width:800px;
background:#5F7137;/*this colour will be left column colour */
margin-left:auto;/* centre for compliant browsers*/
margin-right:auto;
text-align:left;
}
#header {
height:50px;
background-color: #788A51;
}
#left {
margin-left:-199px;/*must be 1 pixel less than width */
float:left;
width:200px;/* this width is the same as the margin on #middle */
position:relative;
left:-1px;/* line it up exactly without losing pressure on footer*/
}
#left p {padding-left:5px}
#middle {
background:#FFFFFF;/* background colour of right column */
margin-left:200px;/*this is the space for the left column */
}
#content{
width:100%;
float:left;
margin-right:-1px;
}/* contain cleared elements from clearing other floats*/
Bookmarks