Favicon 不显示在 Webkit 浏览器上
我在网站上放置网站图标时遇到问题。
我有这段代码
<link rel="shortcut icon" type="image/ico" href="img/favicon.ico">
,由于某种原因,Firefox 可以很好地显示 favicon,但在 Webkit 浏览器上它没有显示。我在 Mac 上尝试了 Google Chrome 和 Safari,但没有显示;我需要为这些浏览器做些什么吗?
I'm having problems with putting a favicon on my website.
I have this code
<link rel="shortcut icon" type="image/ico" href="img/favicon.ico">
And for some reason Firefox shows the favicon fine, but on Webkit browsers its not showing up. I tried Google Chrome and Safari on a Mac and its not showing up; do I need to do something for these browsers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试放置相对路径并将类型更改为“image/x-icon”:
或者将其放在根目录上:
Try placing a relative path and change the type to "image/x-icon":
Or just place it on the root: