favicon.ico不能显示在Internet Explorer 7上 [英] favicon.ico cannot show on Internet explorer 7

查看:248
本文介绍了favicon.ico不能显示在Internet Explorer 7上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以在Firefox上显示图标,但在Internet Explorer 7上,无法显示图标。有人可以请粘贴代码,尝试在您的Internet Explorer 7吗?我失去了什么?

 < html> 
< head>
<链接rel =快捷方式图标类型=图像/ vnd.microsoft.icon
HREF =http://yourhtmlsource.com/favicon.ico/>
< / head>

< body>
< / body>

< / html>


解决方案

尝试清除缓存,网站图标被缓存到的永恒的结束。



我通常,可以肯定,上传我的图标 HTTP ://www.favicon.cc/ ,然后从那里重新下载。每次都有效!


I'm able to show the icon without problem on Firefox, but on Internet Explorer 7, the icon cannot be shown. Can someone please paste the code and try on your Internet Explorer 7? What missing did i do?

<html>
<head>
<link rel="shortcut icon" type="image/vnd.microsoft.icon"
      href="http://yourhtmlsource.com/favicon.ico"/>
</head>

<body>
</body>

</html>

解决方案

Try cleaning the cache, favIcons gets cached until "the end of eternity".

I normally, to be sure, upload my icon to http://www.favicon.cc/ and re-download it from there. Works every time!

这篇关于favicon.ico不能显示在Internet Explorer 7上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆