.ico 在 IE 中不显示?有什么办法可以在 IE 中显示 ico 文件吗?
代码:
<img src="../images/icons2/check.ico" alt=""/>
ico文件在IE中无法显示。
有什么办法可以在 IE 中显示 ico 文件
Code:
<img src="../images/icons2/check.ico" alt=""/>
ico file is not diaplayed in IE.
is there any way I can show ico file in IE
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看:
http://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support 这些都是浏览器可以支持的图像格式。
将您的图像转换为 png、jpg 或 gif。甚至还有一些在线工具可以为您完成这项工作。
一个例子是: http://www.coolutils.com/online/image-converter/
take a look at:
http://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support those are all the image formats that a browser can support.
Convert your image to png, jpg or gif. There are even some online tools to do the job for you.
One example is: http://www.coolutils.com/online/image-converter/