Home » ★スタイルシートリファレンス

★スタイルシートリファレンス

background …… 背景に関する指定をまとめて行う
Internet Explorer4Internet Explorer5Internet Explorer5-macInternet Explorer5.5Internet Explorer6Internet Explorer7Internet Explorer8Internet Explorer9
Netscape4Netscape6Netscape7Netscape8
Opera6Opera7Opera8Opera9Opera10
Firefox1Firefox2Firefox3Firefox4
Google Chrome1Google Chrome2Google Chrome3Google Chrome4Google Chrome5Google Chrome6
広告



backgroundプロパティは、背景に関する指定をまとめて行う際に使用します。
指定の順序は問われません。また、必要のない指定は省略可能です。

■使用例

スタイルシート部分は外部ファイル(sample.css)に記述。

p.sample {
background: #f8dce0 url(“../images/kabe01.gif”)
}

HTMLソース

<html>
<head>
<link rel=”stylesheet” href=”sample.css”
type=”text/css”>
</head>
<body>
<p class=”sample”>
壁紙を使いこなせるようになると制作の幅が大きく広がります。壁紙はホームページを個性的に彩ります。
</p>
</body>
</html>

↓↓↓

ブラウザ上の表示

壁紙を使いこなせるようになると制作の幅が大きく広がります。壁紙はホームページを個性的に彩ります。

■関連項目

color …… 文字色(前景色)を指定する
background …… 背景に関する指定をまとめて行う
background-attachment …… 背景画像の固定・移動を指定する
background-color …… 背景色を指定する
background-image …… 背景画像を指定する
background-position …… 背景画像の表示開始位置を指定する
background-position-x …… 背景画像の横位置を指定する(IE独自の仕様)
background-position-y …… 背景画像の縦位置を指定する(IE独自の仕様)
background-repeat …… 背景画像のリピートの仕方を指定する
広告



Lorem Ipsum is simply dummy text

    By signing up, you agree to our Terms and Privacy Policy. Unsubscribe anytime.