菜单覆盖的命名锚点

时间:2016-09-28 19:26:12

标签: html twitter-bootstrap

我正在尝试使用带有粘性Bootstrap菜单的命名锚点(类navbar-fixed-top)。我的问题是,当用户点击锚链接时,例如

<a href="#anchor1">goto anchor 1</a>

浏览器将向下滚动,以便#anchor1位于页面顶部,但页面顶部由我的粘性菜单覆盖。我需要让浏览器从锚点向上滚动菜单高度。我怎样才能解决这个问题?此外,我希望来自我网站外部的一些链接也指向命名锚点,例如

<!-- Link on someone else's website I can't control -->
<a href="https://exampel.com/mypage.html#anchor1">goto section 1</a> 

0 个答案:

没有答案