・左一列縦方向のみの時のタグ
<BODY style="background-repeat : repeat-y; background-image : url(xxx.gif);">
・右一列縦方向のみの時のタグ
<BODY style="background-repeat : repeat-y; background-position : right; background-image : url(xxx.gif); ">
・上一列縦方向のみの時のタグ
<BODY style="background-repeat : repeat-x; background-image : url(xxx.gif);">
・下一列縦方向のみの時のタグ
<BODY style="background-repeat : repeat-x; background-position : bottom; background-image : url(xxx.gif); ">
|