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.
谁能建议我一种有效的方法来使一个容器从浏览器窗口底部伸出并定位:相对,可滚动
我可以用纯 CSS 做还是有一个 javascript/jquery 呢?
不幸的是,据我所知,您只能使用 JS 来做到这一点。
您可以获取要粘贴的元素的坐标,并手动定位它。您可以使用 jquery 通过“滚动”事件来更新它
你到底是什么意思滚动?如果您希望将元素固定在底部,请使用“位置:固定;底部:0;” 即使滚动窗口,该元素也会保持在底部。