以下の内容はhttp://10plate.blog44.fc2.com///blog-entry-52.htmlより取得しました。


背景に画像を繰り返し表示する方法

背景に画像を繰り返し表示する方法を紹介します。
スタイルシートのbodyに次の記述を加えます。

/* 画面全体 */
body {

background-image: url("http://~");
}


("http://~")に画像があるURLを入れてください。
背景に画像が繰り返し表示されます。


【2009/08/04 追記】
繰り返し表示をしたくない場合や、固定表示にしたい場合等は次のようにしてください。

body {
background-image: url("http://~"); /* 背景画像 */
background-attachment: fixed; /* 固定表示 */
background-repeat: no-repeat; /* 繰り返し表示の有無 */
background-position: right bottom; /* 表示位置 */
}

関連記事



以上の内容はhttp://10plate.blog44.fc2.com///blog-entry-52.htmlより取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14