Scroll to anchor with fixed header, content hidden behind header, margin and top padding not working(滚动到带有固定标题的锚点,隐藏在标题后面的内容,边距和顶部填充不起作用)
问题描述
我正在使用 smoothscroll.js 浏览我的网站.它在 Firefox 中停在正确的锚点上,但在 Chrome 中,它会在第一次单击链接时通过该点,并将内容推到顶部,将内容隐藏在页面后面.然后,如果您再次单击它,它会正确对齐.我在其他网站上也看到了这些问题.好奇看看其他人有没有同样的问题.Chrome 似乎忽略了任何顶部填充或边距或定位(例如:top:20%;).
I'm using smoothscroll.js to navigate my site. It stops on the correct anchor in Firefox, however in Chrome it passes the point on the first click of the link, and pushes the content to the top, hiding the content behind the page. then if you click it again, it aligns correctly. I've seen the problems on other sites as well. Curious to see if others have the same problem. Chrome seems to ignore any top padding or margin or positioning (example: top:20%;).
推荐答案
已解决:http://nicolasgallagher.com/jump-links-and-viewport-positioning/demo/#method-D
有几种方法可用.
这篇关于滚动到带有固定标题的锚点,隐藏在标题后面的内容,边距和顶部填充不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:滚动到带有固定标题的锚点,隐藏在标题后面的


- 在不使用循环的情况下查找数字数组中的一项 2022-01-01
- 我不能使用 json 使用 react 向我的 web api 发出 Post 请求 2022-01-01
- 使用 iframe URL 的 jQuery UI 对话框 2022-01-01
- 为什么悬停在委托事件处理程序中不起作用? 2022-01-01
- 从原点悬停时触发 translateY() 2022-01-01
- 如何调试 CSS/Javascript 悬停问题 2022-01-01
- 如何显示带有换行符的文本标签? 2022-01-01
- 为什么我的页面无法在 Github 上加载? 2022-01-01
- 是否可以将标志传递给 Gulp 以使其以不同的方式 2022-01-01
- 如何向 ipc 渲染器发送添加回调 2022-01-01