user interface - jQuery UI and fancybox issue: Jumps to top after open fancybox -


i got issue between jquery ui accordion , latest fancybox. after clicking fancybox linked image in accordion script jumps top of site. option set accordion heightstyle: "content". have no idea issue be.

the problem fancybox changes overflow value of body in order hide browser scrollbars. can done helper in fancybox 2.

$('.image').fancybox({   padding: 0,   helpers: {     overlay: {       locked: false     }   } }); 

Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -