Pablo Software Solutions
 
Find WALDO and all his FRIENDS
Assignment

Find a picture with lots of little bits in it.  Add at least 5 clickable spots
that cause a pop-upl message to appear.  It could be a collage of lots of famous people,
or a technical drawing where vocabulary words pop-up, etc.  You must have just one picture, and make clickable spots by adding transparent rectangles - you are not permitted to use separate pictures where the individual pictures are clickable.  A very simple example would be the Olympic rings - each colored ring represents a continent and the names of the continents could pop-up.  Hopefully you'll find something a bit more interesting.

Hints

(1) Download a copy of clear.gif
by right-clicking on the link and choosing save picture as.

(2) Make clickable spots by inserting an image containing clear.gif,
       then adding something like the following to the Object/HTML/Inside Tag:
              
onclick = " alert('This is a good place to click') "

(3) If you need to include an apostrophe in a message, you must type  \'  instead of  ' , like this:
              
onclick = " alert('That\'s a bad place to click') "

(4) If you want a clickable area to show a hand when the cursor is over it,
       make the invisible image a Link, and type # in the link address.