【问题标题】:html icon show in firefox but cannot showed in IEhtml图标在Firefox中显示但在IE中无法显示
【发布时间】:2010-11-05 19:08:41
【问题描述】:
链接 REL="快捷图标" HREF="/images/greenTheme/favicon.ico" type="image/x-icon"

上面的代码在firefox下能用,在IE下不行,如何让它在IE下工作?

【问题讨论】:

    标签: javascript html css


    【解决方案1】:

    尝试将类型位更改为

    type="image/vnd.microsoft.icon"
    

    【讨论】:

      【解决方案2】:

      •确保页面标题中网站图标的路径是绝对的,而不是相对的。

      •删除您的临时 Internet 文件。如果包含临时文件的文件夹已达到最大值,则可能无法使用网站图标。 .

      【讨论】:

      • 是缓存问题。但清除缓存似乎不起作用。我重启电脑后第二天它就可以工作了
      【解决方案3】:
      <link href='/path/to/favicon.ico' rel='icon' type='image/vnd.microsoft.icon'/>
      

      另外,如果您的 iPhone 有 57x57 像素的 PNG

      <link rel="apple-touch-icon" href="/apple-touch-icon.png"/>
      

      【讨论】:

        猜你喜欢
        • 2015-01-11
        • 1970-01-01
        • 2018-10-09
        • 1970-01-01
        • 2023-03-17
        • 2012-09-16
        • 1970-01-01
        • 2018-03-07
        • 2017-09-21
        相关资源
        最近更新 更多