堂本刚为什么杀麦:滚动时 网页背景怎样才可以原地不动啊

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/10 12:26:16
滚动滚动轴时, 网页背景怎样才可以原地不动?

代码如下:

<style>
body {
background-repeat: no-repeat;
background-image: url("logo.gif");//你的图片地址
background-attachment: fixed;
background-position: center center;
}
</style>

你用的是Frontpage吧,设置水印,背景图片可动,可不动。