Favicon is not showing in Internet Explorer

馋奶兔 提交于 2019-12-23 13:01:13

问题


Favicon is not showing on Internet Explorer

    <link rel="icon" href="favicon.ico" type="image/x-icon" />
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

I tried lots to showing Favicon on IE but failed can anyone know solution on that


回答1:


I had the same problem in IE. In my case it was because the favicon.ico actually had a image/png content-type and not image/x-icon. Even when I created it with icon editors.

After converting a regular png file with http://www.convertico.com/ it worked.

Keep in mind though that IE caches this very strict. You might need to restart your browser and/or clear cache to see it.



来源:https://stackoverflow.com/questions/13744890/favicon-is-not-showing-in-internet-explorer

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