【问题标题】:Anchor links not working in IE or Firefox锚链接在 IE 或 Firefox 中不起作用
【发布时间】:2018-04-26 18:41:26
【问题描述】:

我正在用 Chrome 构建一个网站,但发现我的锚链接在 IE 或 Firefox 中都不起作用。

我在 Wordpress 中编写代码如下:

菜单链接:

http://dev.legendpower.com/contact/#Offices

锚点:

<a name="offices" class="anchor"><h3 style="text-align: center;"><span 
style="color: #000000;">Legend offices.</span></h3></a>

奇怪的是,整个网站上只有一个页面可以使用锚链接,而我终其一生都无法弄清楚该页面上是否有任何不同之处。那里的编码就像......

菜单链接:

http://dev.legendpower.com/markets/#Casestudies

锚点:

<a name="casestudies" class="anchor"><h3 style="text-align: center;"><span 
style="color: #000000;">Case studies.</span></h3></a><p></p><p>The case 
studies below are just a subset of our customer-base. We’ve installed over 
200 Harmonizers in almost every type of building. Click on an image to 
access the case study.</p>

有人知道解决办法吗?

【问题讨论】:

标签: wordpress internet-explorer firefox hyperlink anchor


【解决方案1】:

希望你做得好...

请使用这个sn-p

    <a href="http://dev.legendpower.com/contact/#Offices" name="casestudies" 
    class="anchor">The case studies below are just a subset of our customer-
    base. We’ve installed over 200 Harmonizers in almost every type of 
    building. Click on an image to access the case study.</a>

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多