【-
HOME
-
BACK
-】
背景の画像を下に並べる
下記のソースを<head>から</head>の間にコピーしてください。
背景画像のURLを記述して下さい。
ソース
<style type="text/css">
<!--
body
{
background-image:url(
画像のURLを記入
);
background-repeat:repeat-x;
background-position: bottom;
background-attachment:fixed
;
}
-->
</style>