views:

84

answers:

3

Hi All, I have one jpg image which is getting rendered in FF but not in IE6.

 <img src="Image/warn.jpg" alt="aimage" />

Path is correct as this is working on FF. any clue?

A: 

Is it really a jpg image, isn't it e.g. PNG with wrong suffix? Have you tried to use directly the url of the jpeg image?

ondra
A: 

Try looking at this article to see if it helps.

Pete OHanlon
A: 

Well, the file name would be server-side so it shouldn't matter if you use IE6 or FF or Chrome or Opera. IE6 is probably able to find the file, just not to display it.

With JPG files, there is an option to store it as progressive or as a lossless JPG file. It's likely that this image happens to be in a file format that IE6 just doesn't understand. The lossless JPG format is slightly newer than IE6, I think.

Workshop Alex