Seems like IE animates/processes my loading.gif even though I have set display:none?
- by tobefound
I believe this is happening because whenever I perform an ajax request (upon which the loading.gif is set to display:block) the animation does not start at the same position. The starting point feels random which led me to think the animation still goes on behind the scenes in IE. In Firefox the animation starts from "scratch" all the time.
Any ideas?