Hello,
Before I get flamed, I did read the sticky notes. After spending quite a lot of time trying to figure this out on my own and using some of the guides here, I've hit a brick wall.
Has anyone been able to get the textual tooltip script located at
http://www.dynamicdrive.com/dynamicindex5/linkinfo.htm to work on the same page twice.
The second menu would have its own unique content. I've tried copying the working menu and then adding a document.d3 and document.d4 as shown below as well as the other layer references but no go. Each time I mouse over the links in the second menu, it keeps displaying the results in the top menu instead of the second one.
else if (document.layers){
document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')
document.d1.document.d2.document.close()
}
Any help would be appreciated. An example of the page can be found at http://renew.backup.com/test/sup2004/test.htm.
Thanks.
Bookmarks