ページの背景画像を指定する

動作ブラウザ 【 IE:3.0  NN:4.0】 ■CSSバージョン【1】
Internet Explorer Netscape Navigator iCab Safari
3.0x 4.0x 4.5 5.0x 5.5 6.0 2.0x 3.0x 4.0x 4.x 6.0 7.0 2.x 1.x
Windows - × × - -
Macintosh - - × ×
UNIX - - - - - - × × - -

ポイント
body { background-image:url(bg.gif); }

説  明 ページ全体の背景画像を指定するにはスタイルの定義でbodyにbackground-image:url(表示する画像のURL);のようにします。
サンプル
<html>
<head>
<title>ページの背景画像を指定する</title>
<style type="text/css"><!--
body { background-image:url(bg.gif); }
--></style>
</head>
<body>
</body>
</html>

補足説明 なし

■サンプルを実行する >>実行
■各ブラウザでの動作結果を見る >>View!