滚动到相对于锚点的位置

发布于 2024-12-17 18:21:00 字数 204 浏览 0 评论 0原文

我想滚动到锚点上方 20px 的位置。对此最好的解决方案是什么?

编辑:我将使用 scrollTo 与 jquery。无法计算出 window.location.hash。

I'd like to scroll to a position that is for ex 20px above an anchor. What is the best solution for this?

EDIT: I'm going to use scrollTo with jquery. Couldn't figure out window.location.hash.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风吹雨成花 2024-12-24 18:21:00

例如,滚动到锚点(可能通过设置 window.location.hash),然后执行 window.scrollBy(0, -20)

Scroll to the anchor (by setting window.location.hash, maybe) then do window.scrollBy(0, -20), for example.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文