|
サンプル |
タグ |
|
|
<STYLE TYPE="text/css">
<!--
BODY{background-image:url("saru.gif");background-attachment:fixed;background-repeat:no-repeat;}
-->
</STYLE>
|
|
変更をするところ |
その他の詳細 |
|
|
右上に背景画像を表示 |
|
|
<STYLE TYPE="text/css">
<!--
BODY {background-image : url("saru.gif");background-position: 100% 0;
background-repeat: no-repeat;background-attachment: fixed;}
-->
</STYLE>
|
|
左下に背景画像を表示 |
|
|
<STYLE TYPE="text/css">
<!--
BODY {background-image : url("saru.gif");background-position: 0 100%;
background-repeat: no-repeat;background-attachment: fixed;}
-->
</STYLE>
|
|
右下に背景画像を表示 |
|
|
<STYLE TYPE="text/css">
<!--
BODY {background-image : url("saru.gif");background-position: 100% 100%;
background-repeat: no-repeat;background-attachment: fixed;}
-->
</STYLE>
|
|
|
|
|
|
|