To color the left column, a background image is used. This image is 170px wide and will repeat down the page. To do this we set the background-repeat to the y axis using an ID selector.
div#container
{
background-image: url(nav_col_base.jpg);
background-repeat: repeat-y;
}
Other Max Design articles and presentations