Active Image Map
This is a demonstration of several javascript and HTML functions. The
picture is a client side image map and the entire image is changed whenever the
mouse moves over an area of the map. The image mapped areas are associated in
code with the appropriate GIF file to be shown. All images except map.gif are
preloaded by the script. The six images that are required to make this script
work are available by clicking the links over each mapped area. The default file
( map.gif ) is available by moving off the hotspots and using the right mouse
button.
Things to know
- The most common trouble implementing this script is forgetting to change
the directories for the images. Be sure and check for the appropriate
subdirectory levels when changing the names of the image files.