jscrollpane 不可见
我的页面上有很多 jquery 疯狂,我想知道这是否就是 jscrollpane 不显示的原因。
请参阅 http://jasondaydesign.com 并单击左侧的雕塑菜单项,然后单击屏幕上的剩余 div 。
如果没有 jscrollpane,文本是可滚动的。
但是,启用 jscrollpane 后,什么也没有显示。
想法?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在显示包含 jScrollPane 的框后尝试重新初始化它。因此,将此行更改为:
上
一个答案
从 Firebug 的网络检查器中快速查看,它看起来像:
http://jasondaydesign.com/css/jquery.scrollpane.css
目前是 404。这可能导致问题?
You could try reinitialising jScrollPane after showing the box which contains it. So change this line:
To:
Previous answer
From a quick look in the network inspector of Firebug it looks like:
http://jasondaydesign.com/css/jquery.scrollpane.css
Is currently a 404. That might be causing the problem?