我的CSS是:
body {
background-color: {color:background};
background-image: url({image:background});
background-attachment: scroll;
background-size: auto;
background-repeat: no-repeat;
background-position: center
min-height: 500px;
margin: 0;
word-wrap: break-word;
overflow: scroll;
}
背景只是停留在顶部,即使在将不同的设置弄乱到可能的修复后也不会移动,背景会在向下滚动时向上移动。
有什么想法吗?