是否有可在灯箱内使用的自定义滚动条?
我正在使用 Shadowbox 和 Flexcroll,但无法让它们很好地发挥作用。我的阴影盒打开得很好,滚动条加载但不滚动。
Shadowbox.open({
content: '#inline-'+myBox,
player: 'inline',
height: 453,
width: 354,
options:{
onFinish: serviceCheck
}
});
mybox 只是打开当前的#id...
我还测试了页面上的滚动条,没有阴影框,它工作正常。任何人都必须实现这两个,或者是否有其他有效的滚动条解决方案。我讨厌做自定义滚动条......
I am using Shadowbox and Flexcroll and cannot get them to play nice. My shadowbox open's just fine, and the scrollbar loads but doesn't scroll.
Shadowbox.open({
content: '#inline-'+myBox,
player: 'inline',
height: 453,
width: 354,
options:{
onFinish: serviceCheck
}
});
mybox just opens the current #id...
I ahve also tested the scroller on the page without the shadowbox and it works fine. Anyone had to implement the two, or is there another scrollbar solution that works. I hate doing custom scrollbars...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如何将 Shadowbox 与 jScrollPane 结合使用?
How about using Shadowbox in conjuction with jScrollPane?