任意の場所に一枚だけ固定表示
以下のソースを<HEAD>〜</HEAD>の間にコピー&ペーストしてお使い下さい。
<STYLE type="text/css"> <!-- BODY { background-image : url(画像ファイル名); background-attachment: fixed; background-position:10% 30%; background-repeat: no-repeat;} --> </STYLE>
↑のソースでは横10%縦30%の位置に
固定して表示する設定になっています。
(このページは
90% 70%
に設定)
background-position:10% 30%;
の部分の数値をお好み(0〜100まで)の
数値に設定してお使いください。