另一个图标在 IE 中不工作

发布于 2024-07-18 08:40:52 字数 787 浏览 8 评论 0原文

我已通读并尝试了所有已发布的网站图标修复。 包括:

  1. 刷新缓存
  2. 使用可在其他网站上使用的不同图标
  3. 使用图标生成网站
  4. 使用 Photoshop 图标插件
  5. 使用绝对路径
  6. 使用相对路径

在所有其他浏览器中都可以正常工作。 我在 Mac 上通过 Parallels 在 Vista 中使用 IE8。

它位于 Moodle 网站上,我没有更改该图标的默认 Moodle 代码:

<link rel="shortcut icon" href="<?php echo $CFG->themewww .'/'. current_theme() ?>/favicon.ico" />

该网站位于: http://www.olvarwood.com.au/olvarwoodonline/

Favicon 路径位于:http://www.olvarwood.com.au/olvarwoodonline/theme/olvar-wood/favicon.ico

有什么想法吗?

I've read through and tried all the favicon fixes already posted. Including:

  1. Refreshing the cache
  2. Using a different favicon that works on other websites
  3. Using a favicon generating website
  4. Using a Photoshop favicon plugin
  5. Using an absolute path
  6. Using a relative path

It works fine in all the other browsers. I'm using IE8 in Vista via Parallels on a Mac.

It's on a Moodle website and I have not altered the default Moodle code for the favicon:

<link rel="shortcut icon" href="<?php echo $CFG->themewww .'/'. current_theme() ?>/favicon.ico" />

The site is here: http://www.olvarwood.com.au/olvarwoodonline/

Favicon path is here: http://www.olvarwood.com.au/olvarwoodonline/theme/olvar-wood/favicon.ico

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

不喜欢何必死缠烂打 2024-07-25 08:40:52

网站图标是很有趣的东西。 我相信它们的缓存方式可能​​与普通的网络内容不同。

这可能是因为浏览器(以及其他东西)经常为他们访问的每个网站请求 favicon.ico

我的网站图标不起作用,几个小时后又奇迹般地出现了。

抱歉,如果这没有多大帮助,请尝试等待:)

favicons are funny things. I believe they may be cached differently to normal web content.

This may be because browsers (as well as other things) often request favicon.ico for every site they go to.

I've had favicons not working, and then miraculously appear several hours later.

Sorry if this isn't much help, but try waiting it out :)

兔小萌 2024-07-25 08:40:52

它适用于我的 IE7。 所以它一定是IE8特有的。 我唯一建议测试的是添加:

type="image/x-icon" 

在您的链接图标元素中。

It works on my IE7. So it must be specific to IE8. The only thing I could suggest testing is to add:

type="image/x-icon" 

in your link favicon element.

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