IE6 - 为什么图标不起作用?

发布于 2024-09-28 00:34:51 字数 160 浏览 5 评论 0原文

我为我的网站制作了一个图标。当然,在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

花心好男孩 2024-10-05 00:34:51

我记得以前处理过 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.

素染倾城色 2024-10-05 00:34:51

尝试指定类型 type="image/ico"

它可以与其他浏览器一起使用吗?

路径正确吗?

Try specifying the type type="image/ico"

Does it work with other browser?

Is the path correct?

伏妖词 2024-10-05 00:34:51

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文