I'm showing favicons of websites in a list, as <img />
elements.
some websites serve them as:
<link rel="icon" type="image/x-icon" href="favicon.ico" />
and some serve them as:
<link rel="shortcut icon" href="favicon.ico" />
IE doesn't show the favicons images of those of don't have type="image/x-icon".
I cannot control how websites serves their favicons, so what can I do from my side?