Re: Three Columns
Sorry little mistake…
ADD THE FOLLOWING TO THE DEFAULT.CSS:-
#sidebar-left {
float: left;
width: 225px;
margin-right: -226px;
margin-top: 1px;
border-right:1px solid #e4e4e4;
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
background: url( ../images/sidebar_back.gif ) top left repeat-x;
}
Forgot the…. #sidebar-left {