|
JavaScript "Rollover" EffectPerhaps the simplest and most useful thing you can do with JavaScript is cause in-line and imagemapped images to change source in response to mouse events, most often mouse entry (onMouseover) and exit (onMouseOut). The two demonstration pages linked from this page show this effect in operation. View the source from these pages to learn the simple techniques behind them. |