WebSpace 無料レンタル掲示板・日記  

背景の設定


背景関連スタイルの指定をまとめて指定する

<background>は、背景関連スタイルの指定をまとめて指定できます。

指定できるのは、<background-attachment><background-color><background-image><background-position><background-repeat>


<background-attachment>

<background-attachment>は、画面がスクロールされたとき、 背景画像を同じ場所に固定するか、スクロールに伴って移動するかを指定できます。


fixed:背景画像が同じ場所に固定され、スクロールをしても動きません。
scroll:スクロールに伴って、背景画像も移動します。


<background-color>

<background-color>は、背景色を指定できます。


色:#000000などの記述やカラーネームで色指定。
transparent:初期値


サンプル

背景色を#FFCC66に設定した場合


<background-image>

<background-image>は、背景画像を指定できます。


URI:URIで画像ファイル指定。
none:初期値


サンプル

背景画像にbg_sample.gif設定した場合


<background-position>

<background-position・>は、背景画像の表示開始位置を指定できます。


キーワード(left、center、right、top、bottom)、%(左上からの距離)、数値(左上からの距離)


<background-repeat>

<background-repeat>は、背景画像のリピートの仕方を指定できます。


repeat(縦横に繰り返す)、repeat-x(横方向のみ繰り返す)、repeat-y(縦方向のみ繰り返す)、no-repeat(繰り返さない)


*
Copyright (c) 2003-2021 WebSpace. All rights reserved.