本文介绍了FFox 1.7中的favicon的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 我在1.7.10版本中显示一个favicon有问题。它在地址栏中正确显示 ,但在选项卡中缺失。我已经尝试了每一个 HTML''语句''将favicon添加到页面,但没有运气: < link rel =快捷图标 HREF =" /favicon.ico" > < link rel ="快捷方式图标" HREF =" /favicon.ico"类型= QUOT;图像/ X-图标" /> FWIW,似乎在IE v6.0中呈现OK。我还没试过FFox 2.0, 但我也需要它在那里工作。 谢谢 - 我感谢任何帮助 解决方案 这里'这就是我在网页上的内容: < link rel =" icon" HREF =" /favicon.ico" type =" image / x-icon"> < link rel ="快捷图标" HREF =" /favicon.ico" type =" image / x-icon"> 适用于我记得的所有firefox,我目前正在使用 1.5。 0.9。我很熟悉1.7,你是在推荐Mozilla吗? - Linux家庭自动化Neil Cherry nc ***** @ linuxha.com http://www.linuxha.com/ 主站点 http://linuxha.blogspot.com/ 我的HA博客 作者:Linux Smart Homes For Dummies 这里'这就是我在网页上的内容: < link rel =" icon" HREF =" /favicon.ico" type =" image / x-icon"> < link rel ="快捷图标" HREF =" /favicon.ico" type =" image / x-icon"> 适用于我记得的所有firefox,我目前正在使用 1.5。 0.9。我很熟悉1.7,你是在提到Mozilla吗? 最新版本的Firefox是2.0 - Rik Wasmus 如果favicon位于/favicon.ico,那么它应该在没有LINK的情况下加载 。如果文件位于 非标准位置,则只需要显式LINK。 也许文件本身在某种程度上被破坏了,但是没有URL我们不能 告诉。 PS:如果您的文档是HTML,那么使用< link ...>,如果您使用XHTML它 必须是< link ... />。不要在HTML文档中使用XHTML语法和副词 $ b $反之亦然。 HTH - Benjamin Niemann 电子邮件:粉红色at odahoda dot de WWW: http://pink.odahoda.de/ I''m have a problem showing a favicon in ver 1.7.10. It shows up correctlyin the address bar, but is missing from the tab. I''ve tried each of theseHTML ''statements'' to add the favicon to the page, but no luck:<link rel="shortcut icon" href="/favicon.ico" ><link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />FWIW, it seems to render OK in IE v6.0. I haven''t tried it in FFox 2.0 yet,but I''ll need it to work there also.Thanks - I appreciate any help 解决方案Here''s what i have in my web pages:<link rel="icon" href="/favicon.ico" type="image/x-icon"><link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">Works in all the firefox that I can remember, I''m currently using1.5.0.9. I''m note familiar with 1.7, are you refering to Mozilla?--Linux Home Automation Neil Cherry nc*****@linuxha.com http://www.linuxha.com/ Main site http://linuxha.blogspot.com/ My HA BlogAuthor of: Linux Smart Homes For DummiesHere''s what i have in my web pages: <link rel="icon" href="/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">Works in all the firefox that I can remember, I''m currently using1.5.0.9. I''m note familiar with 1.7, are you refering to Mozilla?Most recent version of Firefox is 2.0--Rik WasmusIf the favicon is located at /favicon.ico, then it should be loaded evenwithout a LINK. An explicit LINK is only needed, if the file is in anon-standard location.Perhaps the file itself is broken somehow, but without an URL we cannottell.P.S.: if your document is HTML, then use <link ...>, if you use XHTML itmust be <link ... />. Don''t use XHTML syntax in HTML documents and viceversa.HTH--Benjamin NiemannEmail: pink at odahoda dot deWWW: http://pink.odahoda.de/ 这篇关于FFox 1.7中的favicon的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 09-13 06:57