背景を並べはじめる位置の指定
<BODY style="background: url(背景.gif);
background-position:横の値 縦の値">
横の値の部分を、left,center,right,0〜100% で指定しスペースで区切り、
縦の値の部分を、top,center,bottom,0〜100% で指定
<BODY style="background: url(背景.gif);
background-repeat:no-repeat;background-position:right top">
組み合わせ(右上に背景画が表示)
ピクセルで指定の場合
<BODY style="background-image : url(image/a009bcg.gif);background-repeat:no-repeat;background-position:200 100;">
など
目次へ