The Web Design Group

背景画像(Background Image)


構文: background-image: <value>
取りえる値: <url> | none
初期値: 無し
適用: 全ての要素
継承: 不可

background-imageプロパティは要素の背景画像を設定します。例え:

BODY { background-image: url(/images/foo.gif) }
P    { background-image: url(http://www.htmlhelp.com/bg.png) }

背景画像が定義される場合、同じ background colorも、画像を読み込まないときのために、定義されるべきです。

制作者は短縮型である backgroundプロパティーも使い、このほうが現在では background-imageよりよくサポートされています。


Maintained by John Pozadzides and Liam Quinn


Web Design Group ‾ CSSインケックスCSS構造CSSプロパティー

Copyright © 1997 John Pozadzides and Liam Quinn. All rights reserved.