|
|
Q1471 Is it possible for a JavaScript rollover to switch a static image to a GIF-89 animation? I've tried using the regular rollover code, pointing to a GIF-89 as the graphic to load onMouseOver, but I get only the final frame of the animation.
irt.org | Knowledge Base | JavaScript | Image | Q1471 [ previous next ] Q1471 Is it possible for a JavaScript rollover to switch a static image to a GIF-89 animation? I've tried using the regular rollover code, pointing to a GIF-89 as the graphic to load onMouseOver, but I get only the final frame of the animation.Probably because you have preloaded it and it is in the cache. Load it like this:
That way you should get a new version. |
-- div -->
|