Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
animated gif not working in ie7.It works in other browser like firefox,crome.
Posted
Updated 13-Sep-12 19:17pm
v3
Comments
Zoltán Zörgő 14-Sep-12 1:18am    
Do you have this problem with one specific animated gif, or all animated gifs?

1 solution

It's a common issue (was I should say as we are into IE9 now!).

It's a known bug (limitation) of IE.
Resolution: You could use JavaScript to solve it - Preload image and change source (<img src="?">) of freezing image to that preloaded image on "onbeforeunload" action OR place the image in a div and set display of div as hidden - show the div when you need to show the gif image.

Few discussed issues:
http://www.norio.be/blog/2008/09/animated-gif-not-working-internet-explorer[^]
http://stackoverflow.com/questions/1803610/ie7-ie8-and-frozen-animated-gifs[^]
http://stackoverflow.com/questions/780560/animated-gif-in-ie-stopping[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900