我有这个 CSS:
body
{
background-position: center top;
background-color: rgb(237, 237, 237);
font-size: .85em;
font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
margin: 0px auto;
padding: 0;
color: #696969;
width: 1000px;
height: 1200px;
background-image: url('Background.png');
background-repeat: no-repeat;
background-attachment: inherit;
top: 0px;
}
当我最大化窗口时一切正常,但是当我缩小窗口时,背景图像会移动。