Triggering Rollovers from a LinkIn earlier examples, the user triggered the rollover by moving the mouse over an image. But you can also make a rollover occur when the user points at a text link, as in Figures 4.6 and 4.7. The HTML is an unexciting page with one link and one image, shown in Script 4.6. We'll do the rollover by modifying the script used in previous examples, as in Script 4.7. Figure 4.6. The text link is the triggering device for this rollover.Figure 4.7. When the user points at the link, the graphic below changes.
Script 4.6. This script shows the HTML for a rollover from a text link.
Script 4.7. Here is the JavaScript for a rollover from a text link.
To trigger a rollover from a link:
Tip
|