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
有几种方法可用.
这篇关于滚动到带有固定标题的锚点,隐藏在标题后面的内容,边距和顶部填充不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:滚动到带有固定标题的锚点,隐藏在标题后面的
基础教程推荐
- 当用户滚动离开时如何暂停 youtube 嵌入 2022-01-01
- 悬停时滑动输入并停留几秒钟 2022-01-01
- 有没有办法使用OpenLayers更改OpenStreetMap中某些要素 2022-09-06
- Karma-Jasmine:如何正确监视 Modal? 2022-01-01
- 在 JS 中获取客户端时区(不是 GMT 偏移量) 2022-01-01
- 响应更改 div 大小保持纵横比 2022-01-01
- 在for循环中使用setTimeout 2022-01-01
- 角度Apollo设置WatchQuery结果为可用变量 2022-01-01
- 动态更新多个选择框 2022-01-01
- 我什么时候应该在导入时使用方括号 2022-01-01