How would I do it?

  • Thread starter Shannon
  • 3 comments
  • 606 views
15,799
Visit this site and roll your mouse over the Q. Notice how that it gets darker. Now roll your mouse off the Q and it'll fade back to normal. I can do the first part by specifying an animated gif as the rollover image in Dreamweaver. What I can't do is get the next animation that occurs when you roll off the image. How can I do this, a double rollover so to speak?
 
I think you can do it the same way as onmouseover, only instead its onmouseout. I know it would work, but youd have to figure out the javascript coding yourself.
 
I know how they done it now. When the page loads, you notice the Q fades out. What they done was make an animated GIF that only plays once. Then, we you mouse over it, it uses another animated GIF for the rollover effect. Then when you mouseoff, it starts the original animation back up.

Okay, this thread may die now.
 
Back