壁紙を右下に固定する


































<STYLE type="text/css">
<!--
BODY {
background-image : url("画像のurl");
background-attachment: fixed;
background-position: 100% 100%;
background-repeat: no-repeat;
background-color:#f9daf9;
}
-->
</STYLE>


戻る
  左上に固定する   左下に固定する   右上に固定する