I m 利用JQuery来顺利播放图像:
function smoothScroll图瓦卢o(hash) {
$("html:not(:animated).,body:not(:animated)").animate({
scroll图瓦卢op: $(hash).offset().top
}, 650, function () {
location.hash = hash;
});
}
$(function () {
$("#content-images li a[href*=#]").click(function () {
this.blur();
smoothScroll图瓦卢o(this.hash);
return false;
});
});
然而,我在该地有固定的av子,在上页的顶部。 当该网页降幅到下一个图像时,该页面将跳下与设想相隔的av。
我的问题是,我如何能够修改上述法典,以弥补我固定的 n的高度?
任何帮助都将受到高度赞赏。
图瓦卢