如何在整个页面重复一个小背景图像?

时间:2010-06-20 18:08:49

标签: html css repeat

我想设置页面背景图片我的css代码是 -

background:url(images/body_bg.jpg) repeat-x top; 

但是图像尺寸不如网页那么大,只有薄条和渐变颜色。所以如何重复图像以便它占据整个背景?正如我所说它是渐变所以我不能硬核背景颜色。

2 个答案:

答案 0 :(得分:3)

See demo here.

background:url(images/body_bg.jpg) repeat left top; 

更多信息:

http://www.w3schools.com/css/css_background.asp

答案 1 :(得分:0)

您可以使用此background: #000000 url(images/body_bg.jpg) repeat-x top; 并用结束渐变的颜色替换#000000