gpt4 book ai didi

javascript - SmoothScroll 滚动得太远

转载 作者:行者123 更新时间:2023-11-30 12:35:54 24 4
gpt4 key购买 nike

我正在处理我的新作品集,但我遇到了一个没有帮助无法解决的问题。到目前为止,这里有我网站的链接:www.jsfiddle.net/Cessum/pmaefrjo/

我想要的是,当您点击 creaties 时,网站会滚动得太远。为了更好地解释它,您必须单击 creaties,然后删除带有检查元素的白色菜单栏。完成后,您可以看到菜单栏下方(后面)有红色。这就是我要解决的问题。它应该在红色出现在白色菜单栏后面之前停止滚动。

你能帮我解决这个问题吗?谢谢!

最佳答案

要删除高度,您可以这样做 http://jsfiddle.net/pmaefrjo/1/

 $('html,body').animate({
scrollTop: target.offset().top - 50 // the height of #MenuBar
}, 1000);

$('html,body').animate({
scrollTop: target.offset().top - $('#MenuBar').height()
}, 1000);

关于javascript - SmoothScroll 滚动得太远,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26109188/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com