百度背景图片
<body backgroud=”图片地址” bgproperties=fixed>
<body style=”backgroud:url(图片地址) background-attachment:fixed;”>
/*背景设置*/
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代码.
———————–
头部代码,是个图片.
#header{height:230px;padding-left:100px;margin-left:0px;background:url( %D5%D5%C6%AC%B7%D6%CF%ED%D0%CD/pic/item/b41d3300ac1c9620728da535.jpeg) no-repeat center bottom;}
—————–
低部代码,是个图片.
#main{background-image:url( );background-repeat:no-repeat;
background-position:-50% 100%华文细黑字体下载;width:1024px!important;margin-left:-10px;margin-bottom:-50px;}
—————-
最低层背景是用颜色代码表示.
body{background:#000;overflow-x:hidden;color:#716346;
(#000)这3个0表示黑色.
————————–
你可以用自己喜欢的图片来更换上面的图片地址,也可以用颜色.
————–
不明白可以h!我.