锚点在 Internet Explorer 11 中不起作用
Anchor won't work in Internet Explorer 11
我在使用 Internet Explorer 11 时遇到问题。当您在此版本的 IE 中打开网站 Letz-meat.nl 时,链接将无法使用。没有 JS 错误,我无法访问找到问题..
有两种可能的解决方案。
- 删除正文标签的 position:relative 属性。
- 在正文标签中添加 float:left 和 width:100%(以形成全宽)。
我在使用 Internet Explorer 11 时遇到问题。当您在此版本的 IE 中打开网站 Letz-meat.nl 时,链接将无法使用。没有 JS 错误,我无法访问找到问题..
有两种可能的解决方案。
- 删除正文标签的 position:relative 属性。
- 在正文标签中添加 float:left 和 width:100%(以形成全宽)。