背景のプロパティをまとめて設定
backgroundプロパティによって、背景関連の設定をまとめることができる。プロパティの値には、background-color、background-image、background-repeat、background-attachment、background-positionの値を順に指定する。
プロパティの値を省略すると、その部分にはプロパティのデフォルトが適用される。
●背景のプロパティをまとめて設定
body {
color : white;
background : black url(yoshiwara.gif) repeat-y fixed left;
}
最終更新:2007年06月01日 11:42