虫(背景用)
以下のソースを<HEAD>〜</HEAD>の間に入れてください。
画像のURLのところと、%のところが変更箇所です。
0% 0%が左上固定/100% 100%が右下固定
100% 0%が右上固定
0% 100%が当サイトTOPページと同じ左下固定になります。 |
<style type="text/css">
<!--
body {
background-image:url("画像のURL");
background-color:#FFFFFF;
background-position:100% 0%;
background-repeat:no-repeat;
background-attachment:fixed;
}
-->
</style> |
|
 |