1230sharp.com
出于某种原因,背景图像随着网站滚动。我有值“背景位置:固定”和背景附件:“本地”,我遇到了同样的问题。
1230sharp.com/#services - 有什么建议吗?
1230sharp.com
出于某种原因,背景图像随着网站滚动。我有值“背景位置:固定”和背景附件:“本地”,我遇到了同样的问题。
1230sharp.com/#services - 有什么建议吗?
好的,因为ie8不支持background-attachment:local
它使用background-attachment:fixed
. 如果你删除它,你应该没问题。
意思是不要将任何一个用于.section
div 或任何您不想让背景滚动的地方。
我删除了它们,它在 chrome 和 ie8 中对我有用 :)
您实际上可以切换到background-attachment: scroll
而不是,local
这对于 ie8 和 chrome 以及其他应该也适用。
来源这里
使用background-attachment: scroll !important;
这种方式它应该覆盖local
当前浏览器(如 chrome)并记住清除缓存