Exercise Link Describer Popup
Before you begin, go File...Save As this Wordpad document
to your Exercise Folder on your harddrive. Save as Firstname.LastName.exlinkpop.htm.
Now, begin your work on your harddrive copy. Comment out each line or section of code using the /* (insert comments here) and */ symbols. See p. 14 for an example.
1. Create a script that allows your user to hover their mouse over a link and a little popup layer appears near the link that describes what is at that link. You will have to create some functions and use the mouseover event handler. You also can format the popup layer to be different colors, a bordered table, etc. Related info on pages 214-216.
Save this html document into the Exercises Extra Credit Folder on the server.
Do a File....Save As....Firstname.Lastname.exlinkpop.htm an extra copy of your completed document into
the Exercises Extra Credit folder on the server. Open up your exercise on the server in a browser to make sure it appears the way your want it.