jqmodal 可以滚动
有没有办法让我的 jqModal 可滚动?我正在通过ajax加载内容,这有帮助吗?
我尝试添加溢出:滚动并显示滚动条,但它被禁用并显示整个内容。
有什么想法吗?
谢谢, 罗德查尔
Is there a way to make my jqModal scrollable? I'm loading the content via ajax if that helps any?
I tried adding the overflow: scroll and the scroll bars show up but it's disabled and shows the entire content.
Any ideas?
Thanks,
rodchar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
或者,如果您只想在使用页面滚动条时让 jqModal 面板滚动,则可以在 jqModal CSS 中将position:fixed 更改为position:absolute。
Or if you just want your jqModal panel to scroll when you use the page's scrollbar, you can change position:fixed to position:absolute in the jqModal CSS.
我刚刚添加了高度(像素或百分比)和溢出:自动
I just added a height (pixels or percent) and overflow: auto
查看 jScrollPane。看起来很容易使用。您只需在将内容放入 div 后调用它即可。
Check out jScrollPane. Looks pretty easy to use. You'd just call it after you've put the content into the div.