PDA

View Full Version : OnMouseOver animations


Ever1234
09-08-2001, 06:46 PM
Hey, how can I create buttons that have an animation on the side of them that will only run if the mouse is over it?

:help::help::help::help::help::help::help::help::help::help:

_mrkite
09-08-2001, 07:07 PM
The approach that seems most obvious would be combining an animated gif with a JavaScript image replacement (rollover). Check this toot...

http://www.netmechanic.com/news/vol3/design_no10.htm

Here's a simple script that might help as well -

http://www.simplythebest.net/info/dhtmscript36.html :cool:

Ever1234
09-09-2001, 10:17 AM
Thanks, that first 1 was what i was looking for