I want to create a content box that has sides and a bottom image. The bottom image is rounded. Is there a way to do this? When I try and enter 2 images into the code it only uses the 1 image.
div#content { width : 900px;
margin : 0 auto;
padding : 0;
text-align : left;
overflow : auto;
background : url(images/borderShadows/6
50Sides.gi
f);
background : url(images/borderShadows/6
50Bottom.g
if) repeat-x 0 100%;
}
Start Free Trial