Extended Tooltip2. The Script |
|
Join the DiscussionMore of this FeatureThe first step in using this script is to select the code from the text box below (there is a highlight all button beneath it to make this easier) and copy it into a file called tooltip.js. You will also need to select the code from the text box below and copy it into a file called tooltip.css. You next attach the script into your web page that you wish to display tooltips on by adding the following code into the head section of your page.
<script type="text/javascript"
src="tooltip.js">
</script> <link rel="stylesheet" href="tooltip.css" type="text/css" /> Now that you have the script installed on your page the next step is to define your tooltips. Note that this script and the associated description of how to use it are copied from the "Ask Felgall" website with the permission of the copyright owner. |

