Shortcut icon problem in firefox

放肆的年华 提交于 2019-12-11 03:51:26

问题


For me, favicon is not appearing in FireFox 3.6 but is working in IE7.
In Firefox, when the page is loading I am able to see my favicon.
But once the page is completely loaded, I am not seeing my favicon.
And if I refresh my page, favicon re-appears.

Here is how I call my favicon.

<link rel="shortcut icon" href="img/eConcierge_win.ico" />

What could be wrong?


回答1:


Just make sure to always put the favicon in the root directory of your site, and name it favicon.ico.


And please change your favicon like this
<link rel="icon" href="/favicon.ico" />

Read this: rel="shortcut icon" considered harmful



来源:https://stackoverflow.com/questions/4870822/shortcut-icon-problem-in-firefox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!