Forum Moderators: open
My problem is that when the animated gif appears in IE, it does not animate, it just shows the first frame. Everything works fine in Mozilla, but not IE.
Is there any way to fix this problem? Thanks.
IE does not stop matquee animations, so you could exploit this. You may need to do some browser sniffing (or use IE conditionals) to server the marquee IE and other content to other browsers but it will work. You can also put images in a marquee tag and use CSS to manipulate its size.
Would IE stop javascript? If I used dhtml to have sequential images appear, like five dots going across, then going back to one and repeating, would IE block that as well or would they move as the other page loads?