css如何让背景图片跟随页面一起滚动

.backfixed{

    background: #734AEE url(../images/lines-background.png) repeat-x center;

    background-attachment: fixed;//背景图片一起滚动

}