我正在使用 Stellar.js 开发一个垂直滚动网站。但是,当我开始滚动到其他页面时,我为第一张幻灯片设置的背景图像开始移动。我如何保持它固定?网站:http ://andrewgu12.kodingen.com/
屏幕截图(那个蓝色区域不应该在那里):
CSS:
div#home {
padding-top: 110px;
background:url(../images/home_background.jpg) no-repeat fixed;
max-height: 589px;
background-attachment:fixed;
}
任何帮助将不胜感激,谢谢!