Anyone know why this link displays fine in FF but not in IE? One thing I notice in FF is that it first displays the path and then the image loads. I haven't fully investigated this yet, so I don't know if there's an HttpHandler registered for images which is causing issues. But I wanted to check here first if anyone knew something right away.

This is an off-the-shelf storefront, "BV Commerce Software".

Thanks.

link|improve this question
Half a meg for a 100px image? Wow, someone loves their DPI! – Mark Henderson Sep 7 '09 at 22:38
feedback

2 Answers

up vote 1 down vote accepted

FF displays the image path because the image is quite large and takes a time to load.

It apparently contains a lot of metadata; if I open the JPEG in Gimp and resave as JPEG, the 576 kBof the original shrink to 10 kB. Strip out the additional data, and you should be fine.

link|improve this answer
feedback

I guess this is because the image is encoded in the CMYK colorspace. Just open it in a graphic editor and save as RGB.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.