百度空间怎么样可以自己设定背景?

来源:百度知道 编辑:UC知道 时间:2024/05/10 20:35:59
就是用自己的图片当背景

1,上传到相册,提取图片地址2,body{background:url(http://hiphotos.baidu.com/0454ldk/pic/item/600f4ca992fcdcfd1f17a242.jpg
) repeat fixed}background-image:url(图片地址) ; 定义背景图片 background-repeat: no-repeat; 定义背景图片不重复 background-position: center; 定义背景居中 background-attachment: fixed; 定义背景固定不滚动

1,上传到相册,提取图片地址
2,body{background:url(图片) repeat fixed}

body {background:url(http:地址) repeat fixed!}

固定背景
body{background:url() fixed }
不固定的
body{background:url() }

把你所喜爱的图片上传到你的相册,进入相册,点那张图知道不能点,右击图----属性---,看到了图片地址---复制,把地址填入()里。