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.
|
|
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.
|
||
|
|
|
|
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 |
||||
|
|
|
You could try reloading the gif or use a flash image instead. Or you could save our eyes. |
||
|
|
|
||
|
|
|
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). |
||
|
|