FFox 1.7中的favicon [英] favicon in FFox 1.7

查看:94
本文介绍了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,

但我也需要它在那里工作。

谢谢 - 我感谢任何帮助

解决方案

On Sun,2007年1月28日10:55:10 -0600,BT写道:


我在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


Neil Cherry< nj*@cookie.uucpwrote:


On Sun,2007年1月28日10:55:10 -0600,BT写道:
< blockquote class =post_quotes>
>我在1.7.10版本中显示了一个favicon的问题。它在地址栏中正确显示
,但在选项卡中缺失。我已经尝试过将这些
HTML''语句''添加到页面中,但没有运气:

< 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吗?



最新版本的Firefox是2.0

-

Rik Wasmus

您好,


BT写道:


我有问题显示版本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

,但是我也需要它在那里工作。



如果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 correctly
in the address bar, but is missing from the tab. I''ve tried each of these
HTML ''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

解决方案

On Sun, 28 Jan 2007 10:55:10 -0600, BT wrote:

I''m have a problem showing a favicon in ver 1.7.10. It shows up correctly
in the address bar, but is missing from the tab. I''ve tried each of these
HTML ''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.

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 using
1.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 Blog
Author of: Linux Smart Homes For Dummies


Neil Cherry <nj*@cookie.uucpwrote:

On Sun, 28 Jan 2007 10:55:10 -0600, BT wrote:

> I''m have a problem showing a favicon in ver 1.7.10. It shows up
correctly
in the address bar, but is missing from the tab. I''ve tried each of
these
HTML ''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.

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 using
1.5.0.9. I''m note familiar with 1.7, are you refering to Mozilla?

Most recent version of Firefox is 2.0
--
Rik Wasmus


Hello,

BT wrote:

I''m have a problem showing a favicon in ver 1.7.10. It shows up correctly
in the address bar, but is missing from the tab. I''ve tried each of these
HTML ''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.

If the favicon is located at /favicon.ico, then it should be loaded even
without a LINK. An explicit LINK is only needed, if the file is in a
non-standard location.
Perhaps the file itself is broken somehow, but without an URL we cannot
tell.

P.S.: if your document is HTML, then use <link ...>, if you use XHTML it
must be <link ... />. Don''t use XHTML syntax in HTML documents and vice
versa.
HTH

--
Benjamin Niemann
Email: pink at odahoda dot de
WWW: http://pink.odahoda.de/


这篇关于FFox 1.7中的favicon的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆