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.
请查看这个小提琴:http: //jsfiddle.net/dppJw/8/
我为body(也尝试过html)使用了一个伪元素,并且覆盖并没有一直到文档的末尾(尝试滚动)。
body
html
如何在整个文档上叠加?
更改position:absolute为position:fixed。这将导致元素停留在同一位置,即使用户滚动也是如此。
position:absolute
position:fixed
小提琴:http: //jsfiddle.net/dppJw/9/
z-index: -1