Images On Server Visible In Firefox/chrome/opera But Not Ie
I'm developing a website and certain images will not display when returned to IE browser. It will not display both within the returned html page it is contained in and when you lin
Solution 1:
That picture/s have embedded color profile which IE is unable to display (that's not odd :)).. You need to discard it.
http://pokit.etf.ba/upload/pokit936bc6fd776ce64da2a129ebba5d27d8.png
Solution 2:
Having downloaded this file, it doesn't open up in IE when loaded locally, so it's not a path issue. It opens in MS Paint, the MS Picture Browser and Photoshop without incident - however, I suspect there's either something not quite right with the image as far as IE is concerned, or IE has a subtle bug in its image rendering.
Solution 3:
Also it is in CMYK, but needs to be in RGB to be compatible. Here's your picture (displays fine in IE): http://j.imagehost.org/0022/may2010s_2.jpg
Post a Comment for "Images On Server Visible In Firefox/chrome/opera But Not Ie"