The following 6 pages demonstrate the background properties.
Rule using all background properties.
body {background-image: url('bg-2.gif'); background-color: #d8d4ff;
background-repeat: repeat-x; background-position: center center;
background-attachment: scroll;}
On this page are all the background properties defining the background style.
Color #d8d4ff, image bg-2.gif, repeat-x, attachment scroll, and the position
is center center.
Because the attachment value is scroll, the background image will roll up with
page content as the viewer scrolls down the page.
Scroll down this page and you will see the background image rolling up with
all other content.
To background-color