我的背景与滚动条一起移动的问题。也就是说,页面的标题与滚动条一起滚动。我已附上我的代码和屏幕截图。请帮助我...在此先感谢。
我的代码:
body.hixBodyBackground {
overflow:scroll;
margin: 0px;
background: url(../images/common/header/Background_color.png);
background-repeat:repeat-x;
background-attachment:fixed;
background-position:top center;
height: 100%;
width: 100%;
border: 0;
background-size:contain;
filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../KY/images/common/header/Background_color.png', sizingMethod='scale')";
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../KY/images/common/header/Background_color.png', sizingMethod='scale')";
body, html{
height:100%;
padding:0;
margin:0;
overflow-y: hidden;}
我附上了截图。
不滚动:
滚动时: