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
Newbie Q
-
- Beginner
- Posts: 7
- Joined: Wed Jul 07, 2004 8:28 am
- Location: Perth, Australia
- Contact:
Newbie Q
Robin Whitlock
Director - Squiredeck
Director - Squiredeck
- fredlongworthhighschool
- Mega Advanced
- Posts: 362
- Joined: Fri Jun 27, 2003 11:34 am
- Location: Manchester, England.
- Contact:
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:
and then in your menu_data.js file, simply add
Download and pop it in the same folder as your other JS files.
Put this line with your other menu call-up lines:
Code: Select all
<SCRIPT language=JavaScript src="tooltips.js" type=text/javascript></SCRIPT>
Code: Select all
aI("text=Google;onfunction=showtip('The Google search engine');url=http://www.google.com;");
Andy Davis
Web Designer & Smartboard Manager
Fred Longworth High School, Manchester, England.
Web Designer & Smartboard Manager
Fred Longworth High School, Manchester, England.
-
- Beginner
- Posts: 7
- Joined: Wed Jul 07, 2004 8:28 am
- Location: Perth, Australia
- Contact: