IE6 - 为什么图标不起作用?
我为我的网站制作了一个图标。当然,在 IE 上我遇到了一些麻烦:)
为什么这不起作用?
<link rel="icon" href="./img/iconcab.ico" />
不知道。有什么想法吗?谢谢 :)
I made a favicon for my website. Naturally, on IE I have some trouble :)
Why doesn't this work?
<link rel="icon" href="./img/iconcab.ico" />
Dunno. Any ideas? Thanks :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我记得以前处理过 favicon,我很确定 IE6 要求图标文件名为 favicon.ico 并放置在您网站的根目录中(或者至少放置在您尝试访问的页面的同一目录中) )。我可能记错了,但值得一试。
I remember dealing with favicons before and I'm pretty sure IE6 REQUIRES the icon file to be called favicon.ico and be placed in the root directory of your website (or at least in the same directory of the page you're trying to access). I may be remembering it wrong but it could be worth a try.
尝试指定类型
type="image/ico"
它可以与其他浏览器一起使用吗?
路径正确吗?
Try specifying the type
type="image/ico"
Does it work with other browser?
Is the path correct?
ie6 需要一个 favicon 才能成为真正的图标文件。不是一个冒充图标的 png。
使用 irfanview 使其成为一个真正的图标,16x16
也,它需要在同一目录或根目录中引用。
favicons 曾经让我对 ie6 很不满意。
通常它们仅在添加书签或转储整个缓存后才会出现。
ie6 needs a favicon to be a true icon file. not a png pretending to be an icon.
use irfanview to make it inta a real icon, 16x16
also, it needs to be referenced within the same dir or root dir.
favicons used to give me hell with ie6.
usually they only showed up after bookmarking or dumping the entire cache.