スタイルシート
ソースの何所にでもコピペして下さればOKです!
ど真ん中
<STYLE type="text/css"> <!-- BODY { background-image : url("素材のURL"); background-attachment: fixed; background-position: 50% 50%; background-repeat: no-repeat; } --> </STYLE>
右上
<STYLE type="text/css"> <!-- BODY { background-image : url("素材のURL"); background-attachment: fixed; background-position: 100% 0%; background-repeat: no-repeat; } --> </STYLE>
右下
<STYLE type="text/css"> <!-- BODY { background-image : url("素材のURL"); background-attachment: fixed; background-position: 100% 100%; background-repeat: no-repeat; } --> </STYLE>
左上
<STYLE type="text/css"> <!-- BODY { background-image : url("素材のURL"); background-attachment: fixed; background-position: 0% 0%; background-repeat: no-repeat; } --> </STYLE>
左下
<STYLE type="text/css"> <!-- BODY { background-image : url("素材のURL"); background-attachment: fixed; background-position: 0% 100%; background-repeat: no-repeat; } --> </STYLE>
ブラウザのバックでお戻り下さい。