Favicon在IE11中不起作用;适用于FF和Chrome

Odd*_*job 9 html windows favicon ico internet-explorer-11

问题

(我的收藏夹图标已经在Firefox和Chrome中工作。)在Internet Explorer 11(我的版本)中,我似乎无法使d * ng收藏夹图标正常工作。我将文件存储为.ico,并且还有Firefox的备用文件,因为您可以在其中使用64x64 .png。它显示IE具有页面的默认图标。

资讯

Windows版本-10
Internet Explorer版本-11
图标文件类型-.ico

剧本

<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="shortcut" type="image/x-icon" href="favicon.ico">
Run Code Online (Sandbox Code Playgroud)

use*_*274 -1

我在这上面浪费了很多时间。我发现唯一完全万无一失的解决方案是在整个应用程序加载后以编程方式更改网站图标。看

/sf/answers/2062556891/