All I can really say right now is that there are a great many things about your page that do not work in FF. The demo of this script works fine in FF. So, I'd suggest either not worrying about it or first getting your page to render well in FF without the tool tip script. If you put the script and the:
<div id="dhtmltooltip"></div>
as the last thing before the </body> tag, at least it won't be as bad in FF. Also, if right after these lines:
Code:
function ddrivetip(thetext, thecolor, thewidth){
if (ns6||ie){
you put these lines:
Code:
if (!document.all)
return;
it will disable it completely in FF.
Bookmarks