开发者

Are there any custom scrollers that work inside lightboxes?

开发者 https://www.devze.com 2023-01-16 20:47 出处:网络
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.

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...


How about using Shadowbox in conjuction with jScrollPane?

0

精彩评论

暂无评论...
验证码 换一张
取 消