jQuery 滚动固定 div
我希望左侧 div 随内容滚动,但问题是该 div 高于屏幕。如果用户位于页面底部,他们必须看到左侧 div 的底部。
我使用 jQuery 作为 js 库
I want the left div to scroll with the content, but the problem is that this div is higher then the screen. If the user is on the bottom of the page, they must see the bottom of the left div.
I'm using jQuery as js library
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用位置:绝对而不是固定。否则你就不能真正滚动一个固定的 div...有点达不到目的。
use position:absolute instead of fixed. Otherwise you can't really scroll a fixed div... kind of defeats the purpose.