淘客熙熙

主题:请教一个网页制作方面的小问题 -- 温雅颂

共:💬8 🌺3 新:
全看树展主题 · 分页首页 上页
/ 1
下页 末页
家园 请教一个网页制作方面的小问题

点看全图

外链图片需谨慎,可能会被源头改

请问在浏览器地址栏左端的那个小LOGO是怎么实现的(如图)?

谢谢!

家园 这个问题太简单,老铁回答比较好

好像就是在放置页面文件的目录中放个logo图像文件。浏览器不成文的规矩要在地址栏的左边显示该文件。

家园 既然是不成文的规定

那这个图像文件就必须有个不成文的缺省名了?那应该是什么名呢?格式应该是什么呢?

家园 方法

在页面的Head中加入

<link rel="shortcut icon" href="图标的地址" />

方法
家园 基本搞定

我是这样设置的:

<link rel="icon" type="image/png" href="logo.png" />

在FF和Chrome上都正常工作,唯独IE不显示。还没找到解决办法,找到后再来汇报。

谢谢!

家园 关键在Rel这个属性上,内容红字部分

MSDN上的资料,IE用的是这个。另这个貌似不在HTML标准里面,HTML 4.01的标准在这外链出处

Alternate Substitute version of the file that contains the link.

Appendix Page that is an appendix for the set of pages.

Bookmark Bookmark.

Chapter Page that is a chapter for a set of pages.

Contents Table of contents document.

Copyright Copyright notice for the current page.

Glossary Glossary for the current page.

Help Help document.

Index Index document for the current page.

Next Next document in a sequence.

Offline href that contains a path to the CDF file to be used for an offline favorite.

Prev Previous document in a sequence.

Search Windows Internet Explorer 7 and later. The link refers to an OpenSearch Description file. (See Search Provider Extensibility in Internet Explorer 7 for more information.) The Search type is not defined by the HTML 4.01 specification. For strict validation, include http://a9.com/-/spec/opensearch/1.1/ in the PROFILE attribute of the head element.

Section Page that is a section for a set of pages.

Shortcut Icon href that contains a path to an icon file to be used for the favorite or link.

Start First document of a set.

Stylesheet Style sheet.

Subsection Page that is a subsection for a set of pages.

家园 印象中好像是favicon.ico

放在root下。

家园 一并答谢

回素里太守,代码ABC,zlusc:

对于IE,把favicon.ico放在网站的根目录里就应该可以了。我这里一开始不行大概是因为我还没有正式的地址,只有localhost。

根据网上查来的资料,在XHTML中,这个icon的地址只要求相对地址就可以了。但在HTML中,它的地址必须是绝对地址。因此,我就使用了公司对外网站上favicon.ico的地址,然后IE就工作了。

从HTML上看就是这样:

<link rel="shortcut icon" href="http://www.whatever.com/favicon.ico" />

谢谢!

全看树展主题 · 分页首页 上页
/ 1
下页 末页


有趣有益,互惠互利;开阔视野,博采众长。
虚拟的网络,真实的人。天南地北客,相逢皆朋友

Copyright © cchere 西西河