odf怎么进光缆视频:背景不动的BLOG

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/30 03:34:08
http://www.blogcn.com/u/20/47/yiminzz/blog/39328392.html
象这个BLOG一样...背景不动.只有字动的怎么弄啊?
那么谁知道...上边这个BLOG的样子是怎么做的?

背景一般都是系统自动设的。。。。
难改!!
再说那个图片都做死了!!
要不你去编辑一下或许可以!!!

<body style="BACKGROUND-ATTACHMENT: fixed" background="背景URL" topmargin="1">
</body>

加入下列代码可以实现背景不随滚动条滚动效果

加这样的一句代码
body { background-attachment: fixed;background-repeat: no-repeat; background-position: up bottom; MARGIN: 0px;}

有两种方法可以实现。
1.用html:<body background="img_file_url" bgproperties=fixed>
2.用CSS:<body style="background-image:url(url);backgroud-attachment:fixed;"