Anchor element not working in firefox and chrome

前端 未结 13 957
甜味超标
甜味超标 2020-12-20 17:36

I have a hyperlink on an image on my client site. It\'s working in IE but when I open the same page in Chrome/Mozilla it\'s not showing the anchor pointer and nothing happen

13条回答
  •  轮回少年
    2020-12-20 18:13

    What I found that worked for me regarding the same issue with Chrome *only, was to NOT enclose the anchor id within a block-level element BUT enclose the call-out.

    ex.

        
         
        

    ...

    Back to Top

    Hope this helps :) works in all browsers.

    -Ben

提交回复
热议问题