|
サンプル |
|
|
左側に画像が一列に表示されています。サンプルで使用した画像は、です。
|
|
タグ |
|
|
<STYLE TYPE="text/css">
<!--
BODY{background-image:url("li.gif");background-repeat:repeat-y;}
-->
</STYLE>
|
|
変更をするところ |
その他の詳細 |
|
|
右側に一列に表示 |
|
|
<STYLE TYPE="text/css">
<!--
BODY{background-image:url("li.gif");background-position:100%;background-repeat:repeat-y;}
-->
</STYLE>
|
|
上側に一列に表示 |
|
|
<STYLE TYPE="text/css">
<!--
BODY{background-image:url("li.gif");background-repeat:repeat-x;background-attachment:fixed;}
-->
</STYLE>
|
|
下側に一列に表示 |
|
|
<STYLE TYPE="text/css">
<!--
BODY{
background-image:url("li.gif");background-position:bottom;
background-repeat:repeat-x;background-attachment:fixed;}
-->
</STYLE>
|
|
|
|
|
|
|