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.
B 与 A 的内容一起滚动。我希望它保持固定,即不与 A 的内容一起滚动。我该怎么做?“A”也是一个块,“B”在“A”内。
使用position:fixed;CSS 标记。
position:fixed;
div#b { position: fixed; top: 0px; right: 0px; }
尝试使用position:fixed而不是position:absolute
position:fixed
position:absolute