如何为网站的整个页面设置背景图像?
http://jsfiddle.net/stapiagutierrez/hfhfp/
For example, I'd like the user to scroll down, but the image to not move.
Any suggestions to my CSS?
Similar to http://www.mobafire.com/ where the picture is set, but the scrolling doesn't move it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要将 body 元素的 backgroun-attachment 属性指定为固定。
即:
检查 jsFiddle@: http://jsfiddle.net/hfhfp/2/
You need to assign backgroun-attachment property to fixed for body element.
i.e:
Check jsFiddle@: http://jsfiddle.net/hfhfp/2/
将固定添加到背景属性,如下所示:
Add fixed to the background properties like so :