2012-05-08 8 views

答えて

1

。あなたが好きなら、あなたはそれを省略することができます。 (yourImage.jpgを)URL:

body { 
background:url(pathtoyourimage/image.gif) top left repeat-x scroll #fff; 
} 
2

背景画像:CSSを使って大規模な背景画像ザッツhttp://www.tizag.com/pics/BannerTileBackground.gif

body { 
    background-image: url(http://www.tizag.com/pics/BannerTileBackground.gif); 
    background-repeat: repeat-x; 
    background-position: top; 
} 
+0

また、バックグラウンドの速記を使用して、代わりに私はこのケースで好みの体、あなたのhtmlタグに自分の画像を設定しようとすることができます: のhtml「または」体{背景repeat-x 0 0; } – rafaelbiten

関連する問題