To color the right column, another background image is used and repeated down the page using background-repeat. This time, we will set the image to align right using an ID selector.
div#container2
{
background-image: url(more_col_base.jpg);
background-repeat: repeat-y;
background-position: right;
}
Other Max Design articles and presentations