English 中文(简体)
Favicon没有在网上浏览器上显示
原标题:Favicon does not show on Webkit browsers

在我的网站上安装一条线有问题。

我有这部法律。

<link rel="shortcut icon" type="image/ico" href="img/favicon.ico">

出于某种原因,德国马克的罚款额在网上浏览器上显示其没有升值。 我曾尝试过谷歌和田野,但并未显示;我是否需要为这些浏览者做些什么?

最佳回答

采用相对途径,并将类型改为“剂量/x-icon”:

<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico" />

或者把它放在根本上:

<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
问题回答

暂无回答




相关问题
Font Rendering between Mozilla and webkit

I m not sure if this has anything to do with the recent Safari update, but I m beginning to notice this a lot. There is a drastic difference in the way each browser is rendering fonts. for instance, ...

How i can track Safari activity from my application

I have to develop an application to monitor Safari activity like all open url , tabs on particular window and loding time of particular url. I also need to track online streaming that is happening on ...

Drop down background url in Safari Issue

selectBox.selectCSS { background: url(/Images/replacementSelectBackground.png) top left no-repeat height:auto; } I have an issue in Safari only where the image is not rendering on top ...

CSS specific for Safari

How do you target specifically safari in css with styles?

How to get a flash url in a webpage using a webframe?

As we know , When we load frame from webpage of safari, we will invoke the delegate methods of webkit informal protocol(WebFrameLoadDelegate): webView:didStartProvisionalLoadForFrame: webView:...

热门标签