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
有几种方法可用.
这篇关于滚动到带有固定标题的锚点,隐藏在标题后面的内容,边距和顶部填充不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:滚动到带有固定标题的锚点,隐藏在标题后面的


基础教程推荐
- Bootstrap 模态出现在背景下 2022-01-01
- 如何添加到目前为止的天数? 2022-01-01
- fetch 是否支持原生多文件上传? 2022-01-01
- npm start 错误与 create-react-app 2022-01-01
- 即使用户允许,Gmail 也会隐藏外部电子邮件图片 2022-01-01
- 检查 HTML5 拖放文件类型 2022-01-01
- 在 contenteditable 中精确拖放 2022-01-01
- Fabric JS绘制具有活动形状的多边形 2022-01-01
- Bokeh Div文本对齐 2022-01-01
- 原生拖动事件后如何获取 mouseup 事件? 2022-01-01