vote up 2 vote down star

Hi,

Does anyone know a work around to make animated GIF's continue to be animated after you click a link or submit a form on the page your on in IE? This works fine in other browsers.

Thanks.

flag

4 Answers

vote up 3 vote down check

It's a known bug (limitation) of IE. You could use javascript to solve it. Just preload image and change source () of freezing image to that preloaded image on "onbeforeunload" action

link|flag
+1 Nice pragmatic idea. – AnthonyWJones Apr 23 at 7:13
Any code on how to implement this? Thanks – DotnetDude Oct 8 at 19:28
vote up -2 vote down

You could try reloading the gif or use a flash image instead.

Or you could save our eyes.

link|flag
I think that was a fair answer. Harrumph. I'm having my upvotes back. – IainMH Apr 23 at 7:05
Actually - that's just childish. You can have them all back. BUT I'M THE BIGGER PERSON. – IainMH Apr 23 at 7:06
vote up 1 vote down

Try this http://elliottback.com/wp/animated-gif-stops-javascript-click/

link|flag
This is not the answer, this only works when using a link to invoke some javascript or ajax operation, this does not work when actually performing navigation or posting a form. – AnthonyWJones Apr 23 at 7:12
vote up 0 vote down

IE assumes that the clicking of a link heralds a new navigation where the current page contents will be replaced. As part of the process for perparing for that it halts the code that animates the GIFs. I doubt there is anything you can do about it (unless you aren't actually navigating in which case use return false in the onclick event).

link|flag

Your Answer

Get an OpenID
or

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