Sometimes the HTML “alt=” isn’t enough to relay the detail you’d like it to. Here is a tooltip generator that will allow you to give your users more interactive tooltips. This script will allow you to create a custom DHTML tooltip box on your site.
<!– STEP ONE: Paste this code into the BODY of your HTML document –>
<BODY>
<!– This script and many more are available free online at –>
<!– The JavaScript Source!! http://javascriptsource.com –>
<!– Original: Spriteworks Developments –>
<!– Web Site: http://www.spriteworks.com –>
<SCRIPT language = “javascript”>
<!–
var ie = document.all ? 1 : 0
var ns = document.layers ? 1 : 0
if(ie){
document.write(‘<style type=”text/css”>’)
document.write(‘.textfield {font-size:10pt; font-family:arial; color:#808080; font-weight:bold;}n’)
document.write(‘.hexfield {font-size:10pt; font-family:arial; color:#808080; font-weight:bold;}n’)
document.write(‘.buttons {border-style: solid; background-color: #808080; border-color: #000000; border-width: 1; color: #FFFFFF; font-size: 10pt; font-family: arial; font-weight: bold;}n’)
document.write(‘</style>’)
}
//–> </SCRIPT>
<CENTER>
<SCRIPT language=”JavaScript” src=’http://www.guistuff.com/gens/tooltip.js’></SCRIPT>
</CENTER>
<p><center>
<font face=”arial, helvetica” size”-2″>Free JavaScripts provided<br>
by <a href=”https://javascriptsource.com”>The JavaScript Source</a></font>
</center><p>