Categories:

Home / Free JavaScripts / Links / Here

Cut & Paste Form box Tooltip

Credit: JavaScript Kit

Description: A script that displays additional information about a link in a form box as the mouse moves over the link.

Example:

JavaScript Tutorials | CSS Drive | Best of Budgets

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.


JavaScript Tools:
Site Info


CopyRight (c) 2018 JavaScript Kit. NO PART may be reproduced without author's permission. Contact Info