This web page uses the rollover technique to implement the effect of a double rollover: Move your mouse over and out one of the button-like images on the left of the page, and notice what happens: The image itself rolls to another image, but also a comment related to that image appears to the right. Remember that in an event handler we can catch more than one events, as we need. We are able to implement the effect of the double rollover by performing two actions in each event handler.
|
|
|
|
|
|
|
Test your page in the main browsers to see how it behaves.