Returning to the original image
Okay, so we've changed the image, but wouldn't it be nice if we could return the image to its un-rolled-over state when you move the mouse away? Luckily, onMouseOver has a partner, onMouseOut, that does exactly the same. Syntax is exactly the same as for onMouseOver, except that this time you tell the document to reload the original picture.
Back | Next