有没有简单设置背景图的方法,css太复杂了

来源:百度知道 编辑:UC知道 时间:2024/05/13 10:40:14


现在可以用他们的漏洞发视频和HTML代码效果
我的模板就添加了这一些功能别人没有的功能我这个模板也有
body{}中加入background:url(http://***.gif) repeat-x
注:
repeat 背景图像在纵向和横向上平铺
no-repeat 背景图像不平铺
repeat-x 背景图像在横向上平铺
repeat-y 背景图像在纵向平铺

/*如何设定+固定百度空间的背景*/
在body{}中加入
background-image:url(图片地址) ; 定义背景图片
background-repeat: no-repeat; 定义背景图片不重复
background-position: center; 定义背景居中
background-attachment: fixed; 定义背景固定,不滚动参数fixed
CSS说明:

http://www.baidu.com/search/hi/hi_css.html

CSS快速入门:

http://hi.baidu.com/tianshixiadao/blog/item/ad77521e5f5416f51ad57661.html

教你玩电脑——CSS、HTML、JS、XML的关系: