この記事は2008年6月26日に書かれたものです。既に内容が古い可能性があります。

background-image:背景画像指定

プロパティ

background-image

URL

対象

すべての要素

継承の有無

なし

ポイント

アクセシビリティ上、背景画像と文字色はユーザーに見やすい設定にする。

background-image指定サンプル

.sample{ background-image: url(sample.jpg); }

.sample{ background-image: url(images/sample.jpg); }

.sample{ background-image: url(../images/sample.jpg); }

.sample{ background-image: url(http://www.sample.jp/images/sample.jpg); }など

タグ: