background属性のサンプルここでは、body要素とボックス内における背景画像を一括設定しています。
このスタイルシートは以下のとおりです。
body {
margin-top: 0;
margin-left: 6%;
margin-right: 6%;
mergin-bottom: 1em;
color: #000;
background: url("image/bodyback.gif") 0% 0% no-repeat fixed }
div {
margin-left: auto;
margin-right: auto;
margin-bottom: 1em;
background: #fff url("image/backsamp.gif") left repeat-y;
width: 80%;
height: 200px }