I have an animated GIF contained within an invisible DIV tag, however, when this tag is made visible the Animation does not play in I.E. but it does in FF and NS.
Thanks for that but I see no relevance to my situation here as I am using a style with visibility:hidden; to hide the DIV that contains the image. In addition to this the image height and width are both known and set within the IMG tag.
I'd hazard a guess that in IE, the animation plays while the image is hidden, so when you show it, the animation has already finished. This being the case, the work-around is obvious: when unhiding the DIV, re-set the img serc to itself using JavaScript.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.