Cut & Paste Form box Tooltip
|
Description: A script that displays additional information about a link in a form box as the mouse moves over the link.
Example:
Directions: Simply insert the below into the <body> section of your document:
As long as the above code maybe, the parts that concern you are minimal. Every link consists of the following chunk of code:
<a href="../javaindex.htm" onMouseover="showtip('Click here to learn JavaScript!')" onMouseout="showtip('')">JavaScript Tutorials</a>
If you want to add additional links, simply add more of the above to the existing code, with the part in red representing the part you should change to your own.