Display an .ico within an image element

后端 未结 2 913
粉色の甜心
粉色の甜心 2020-12-31 02:37

I\'m trying to display an .ico within an image element but in Internet Explorer it does not work/show. This is my code:



        
2条回答
  •  离开以前
    2020-12-31 02:53

    Displaying an ico file in an img tag is not guarenteed to work in all browsers(and i wouldn't recommend it). Convert the ico files to another format if you want to display them on the web.

提交回复
热议问题