问题
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