.ico not displayed in IE? is there any way I can show ico file in IE?

佐手、 提交于 2019-12-12 14:29:56

问题


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


回答1:


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/



来源:https://stackoverflow.com/questions/6503096/ico-not-displayed-in-ie-is-there-any-way-i-can-show-ico-file-in-ie

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!