Try the attached .js file. Then, in the BODY section of your page (outside any tags other than the BODY tag itself), you'd add the following:
Code:
<div id="dhtmltooltip"></div>
<script type="text/javascript" src="dhtmltooltip.js">
/***********************************************
* Cool DHTML tooltip script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
That should do it. Note that you'll still have to insert the default CSS code (code of Step 1) onto your page.
Bookmarks