Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在jQuery UI 手风琴和最新的fancybox 之间遇到了问题。单击手风琴中的花式框链接图像后,脚本总是跳到我网站的顶部。我为手风琴设置的唯一选项是heightStyle: "content"。我不知道问题可能出在哪里。
问题是 fancyBox 改变了 body 的溢出值以隐藏浏览器滚动条。这实际上可以通过 Fancybox 2 中的助手来完成。
$('.image').fancybox({ padding: 0, helpers: { overlay: { locked: false } } });