Image is not displayed in Internet Explorer only

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
agriz
Forum Contributor
Posts: 106
Joined: Sun Nov 23, 2008 9:29 pm

Image is not displayed in Internet Explorer only

Post by agriz »

I converted animated gif format to jpg.
The image is working in all browsers except internet explorer.

Is there any fix for internet explorer?

Image

The above image is not working in internet explorer
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: Image is not displayed in Internet Explorer only

Post by Jade »

Sure... convert it back to a .gif image. Jpg images don't support animations and although some browsers are smart enough to recognize it and render it as a .gif it looks like IE isn't one of them -- surprise, surprise.

It sounds like IE is having trouble the the invalid/corrupt mime type.
Post Reply