我在我的網頁上使用fancybox, 當我點擊圖片時 - 頁面上移到頂端,然後圖片打開。 我該如何防止頁面上升?fancybox - 頁面點擊圖片時轉到頂端
調用
$('.fancybox-buttons').fancybox({
openEffect: 'fade',
closeEffect: 'fade',
prevEffect: 'fade',
prevSpeed : 550,
nextEffect: 'fade',
nextSpeed: 550,
closeBtn: true,
helpers: {
title: {
type: 'inside'
},
buttons: {}
}
});
向我們展示你的代碼,你怎麼稱呼的fancybox彈出。 – dfsq 2013-03-13 08:37:15
完成看到消息 – 2013-03-13 09:18:10
你試過在'href'屬性中使用圖像的src,而不是'#'(我猜這是問題)? – dfsq 2013-03-13 09:23:33