Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道当用户向下滚动页面时如何让页面内容在背景图像上滚动。下面是一个链接,可以更好地理解我在说什么。我不在乎视频,也许只用一张图片就可以了。你会如何使用 CSS3 做到这一点?你能用 CSS2 做到这一点吗?
链接在这里
这是你要找的吗?
background-attachment: fixed;
该属性在 CSS2 和 CSS3 中。定义背景图像,使用background-attachment: fixed并将页面内容放置在足够低的位置以使背景图像可见。
background-attachment: fixed