04.background-imageプロパティは、背景画像の指定します。 ここではインラインフレームの背景画像の指定を紹介します。 適用要素:すべての要素 *読み込まれる文書に設定します。


※★CSS
body {
	background-image: url(06test_img/back.png);
}



※★HTML
<div class="sample"><iframe src="06test_img/06test_99.html">代替内容</iframe></div>