背景画像の固定の仕方

<head>〜</head>の間に入れてください
<style>
<!--
BODY {
background-image:url(画像URL);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:画像の位置;}
-->
</style>

画像の位置は
右right; 中央center 左left; 上top; 下bottom;と置き換えて下さい。
左下なら、left bottomとなります。(メモ帳に一旦コピーしてからお使い下さい。)