Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:20
Newbie Q
Poster: robin __at__ squiredeck.com.au
Dated: Thursday July 8 2004 - 12:30:45 BST
When I mouseover a menu on your site I sometimes get a yellow (or whatever) info box describing the menu option (like a wizard). I have downloaded a menu and cannot get it to popup using the sample HTML. Do I need to do something to activate this text? Does the status= parameter come into play?
TIA
Robin
Poster: fredlongworthhighschool
Dated: Thursday July 8 2004 - 13:48:54 BST
I think you need the tooltips.js file.
Download and pop it in the same folder as your other JS files.
Put this line with your other menu call-up lines:
Code:
<SCRIPT language=JavaScript src="tooltips.js" type=text/javascript></SCRIPT>
and then in your menu_data.js file, simply add
Code:
aI("text=Google;onfunction=showtip('The Google search engine');url=http://www.google.com;");