Hi,
I am presenting in my page some images that are favicon from different urls.
Some of the sites return text/html as the content type of their favicon.
firefox knows how to handle wrong content type and shows the image properly while IE shows the well known X.
for example:
<img src="http://www.readwriteweb.com/favicon.ico">
anyone knows how to force IE to treat it like an image?


