Changing Images with onMouseOver
| Home |
The three images below are used as links. An onMouseOver event handler is used to replace each image with a "highlighted" version as the mouse moves over it. The "unhighlighted" image is returned with the onMouseOut event handler.
Note: This works only with Netscape 3.0 and higher. This technique is impossible in MSIE 3.0 and Netscape 2.0.
See other examples at The JavaScript
Workshop