<style type="text/css">
<!--
body {background-image:url(画像アドレス);
background-repeat:no-repeat;
background-position: right bottom;
background-attachment:fixed}
-->
</style>

*右下固定*

当サイトでは白固定背景用写真素材が多いので
固定タグを記述しておきます。


下記のタグをコピーして
<HEAD>〜</HEAD>内に入れてください。


画像アドレスは必ずご自分のサーバーにアップロードしたURLを
記述してください。
例)http://honey.tiyogami.com/xxx.jpg
「http://honey.tiyogami.com/」の部分がご自分のHPアドレス等になります。
くれぐれも当サイトアドレスを入れないようにして下さい。
直リンクになってしまいますので。

固定タグ

<style type="text/css">
<!--
body {background-image:url(画像アドレス);
background-repeat:no-repeat;
background-position: right top;
background-attachment:fixed}
-->
</style>

*右上固定*

<style type="text/css">
<!--
body {background-image:url(画像アドレス);
background-repeat:no-repeat;
background-position: left bottom;
background-attachment:fixed}
-->
</style>

*左下固定*

<style type="text/css">
<!--
body {background-image:url(画像アドレス);
background-repeat:no-repeat;
background-position: left top;
background-attachment:fixed}
-->
</style>

*左上固定*

<style type="text/css">
<!--
body {background-image:url(画像アドレス);
background-repeat:no-repeat;
background-position: center center;
background-attachment:fixed}
-->
</style>

*中央に固定*

Copy rights(c) 2006-2007 Honey all rights reserved.

*上一列に固定*

<style type="text/css">
<!--
body {background-image:url(画像アドレス);
background-repeat: repeat-x;
background-position: top;
background-attachment:fixed}
-->
</style>