JavaScript Assignment #10

Manipulating Images

This assignment takes the ideas underlying a rollover in assignment #8 and assignment #9 to show how it can be used differently.

  1. Add a fourth image to your page.
  2. The fourth image when moused over will not change. Instead, it will change the other three images on the page (these images do not have to be unique).
  3. Then, onMouseOut of the fourth image, return the other 3 images to their original images.
  4. Preload all necessary images. (hint: example here)
  5. Disable hyperlinks on the images, if using the <a> tag to complete this. (hint: example here)

Next assignment ... Assignment #11