アガパンサス ,

 

 

 

  
このページのように背景に固定して付ける場合はHTMLに
下記を書き加えて下さい。 (コピー&ペーストでもOKです)

<head>
<STYLE type="text/css">
<!--
body{
background-repeat : no-repeat;
background-attachment : fixed;
background-position:10% 90%;
background-image : url(agapansasu.jpg);
}
-->
</STYLE>
</head>

 

中央に固定する時は下記でもOK

<head>
<STYLE type="text/css">
<!--BODY{background : url(agapansasu.jpg)
no-repeat fixed center;}-->
</STYLE>
</head>