<HEAD>のすぐ下に↓のタグを入れてね。
<META http-equiv="Content-Style-Type" content="text/css">
右上固定
<HEAD>~</HEAD>間に
<STYLE type="text/css"> <!-- BODY{ background-image : url(壁紙.gif); background-repeat : no-repeat; background-attachment : fixed;background-position : right top;} --> </STYLE>
右下固定
<HEAD>~</HEAD>間に
<STYLE type="text/css"> <!-- BODY{ background-image : url(壁紙.gif); background-repeat : no-repeat; background-attachment : fixed;background-position : right bottom;} --> </STYLE>
左上固定
<HEAD>~</HEAD>間に
<STYLE type="text/css"> <!-- BODY{ background-image : url(壁紙.gif); background-repeat : no-repeat; background-attachment : fixed;background-position : left top;} --> </STYLE>
左下固定
<HEAD>~</HEAD>間に
<STYLE type="text/css"> <!-- BODY{ background-image : url(壁紙.gif); background-repeat : no-repeat; background-attachment : fixed;background-position : left bottom;} --> </STYLE>
全体に固定したい時のタグはコチラ。
左右一列に固定させる方法はコチラ。
上下一列に固定したい時はコチラ。
よく質問されるタグはコチラ。