为什么百度空间打开以后没有背景

来源:百度知道 编辑:UC知道 时间:2024/06/07 03:45:00
打开是背景、过几秒就没了
背景就是纯白的、模块什么的也都没了
就只有字
答案如果满意的话再送15分

图片太大了,加载慢。没办法,换个模板好了。

<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
参考资料:http://hi.baidu.com/0454ldk/blog/item/ac810546e845f0096b63e5c1.html

我的也是一样,相册里的图片也看不到。换模板也是如此。