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:06
Showtips remaining constant
Poster: webmaster
Dated: Sunday May 7 2006 - 0:14:14 BST
Since updating my home page and re-vamping the menu_data.js file, the onfunction=showtip appears to work incorrectly. The problem that seems to occur only on the home page http://www.worldsplayground.com is ...
1) When placing the mouse over a menu part, the showtip appears, making the menu disappear.
2) After this the showtip dialog remains on the screen wherever the mouse is placed.
I am using two menus, the mapping procedure (mapsample) and a horizontal menu. The horizontal menu bar use to work without any problems until I added the mapping component.
Your help would be much appreciated. I can't seem to work out where I have gone wrong.[/url]
Now showtips won't show it.
Poster: webmaster
Dated: Sunday May 7 2006 - 16:54:18 BST
After some gruelling hours, I discovered that I missed a ")". This is what was causing the errors I previously experienced. My only problem now is that the tips are not showing at all.
I fix the first problem, but can't seem to understand why this has occured. I deleted and uploaded the files again and this did not resolve it.
Your help would be much appreciated.
Poster: Migru
Dated: Sunday May 7 2006 - 18:19:07 BST
Hi
in your menu_data and popup_menu file you are using the tooltiip by an onfunction call however,in the bolt-on modules, it is suggested to use a direct call as follows
Code:
aI("text=Tooltip Sample;tooltip=Here is your Toolteip;");
when the tooltip module is used within the menu.
See
http://www.milonic.com/menusample6.php
Michael
Onfunction removed, showtips still not working.
Poster: webmaster
Dated: Monday May 8 2006 - 2:31:49 BST
Thanks for your quick response.
Sadly though, I removed all the onfunction commands within the menu, and the showtips (or tooltips) do not appear. I have even re-uploaded the tooltips javascript file.
Any other ideas would be greatly appreciated.
I thought we found the answer!
Poster: Migru
Dated: Monday May 8 2006 - 7:47:48 BST
Hi
try changing the order, (at first menu_data, then popup, then tooltips.js)
Michael
Poster: Migru
Dated: Monday May 8 2006 - 8:15:53 BST
Please see:
http://www.milonic.com/menuvinfo.php
Can´t you upgrade these three files to the latest release 5.746?
milonic.src : version 5.732 -
mmenuns4.js : Version 5.732 -
mmenudom.js: Version 5.732 -
Michael
Poster: vikenk
Dated: Monday May 8 2006 - 14:51:24 BST
The toolips module is compatible with the older version menu files. From the Tooltips Bolt-On module page:
Quote:
COMPATIBILITY: Milonic DHTML Menu version 5.472 or higher
Also, the tooltips.js file should be the last one in the order:
1) milonic_src.js
2) mmenudom.js
3) menu_data.js
4) tooltips.js
Poster: Migru
Dated: Monday May 8 2006 - 14:59:33 BST
Hi Viken
Thanks for your assistance, I know you are using the tooltips, I, infact, don´t use it as I´m considering them (it) superfluous.....
Quote:
FRIENDLY REMINDER: For support, it is required that the current version of the menu be installed.
M.
Poster: vikenk
Dated: Monday May 8 2006 - 16:49:41 BST
vikenk wrote:
The toolips module is compatible with the older version menu files. From the Tooltips Bolt-On module page:
Sorry, I was typing too fast :>) That should read:
The toolips module is NOT compatible with the older version menu files. Sorry for the mix-up.