Search found 7 matches

by jraper
Fri Mar 12, 2004 11:05 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with menu_data.js
Replies: 5
Views: 4198

Yes - I think the problem is that some text disappeared out of the middle of the script -- specifically to inject a tooltip. For example, it appears that the item SHOULD have read:

[code]aI("text=Horizontal Navigational Menu;url=/menusample1.php;onfunction=showtip('Horizontal Navigational Menu<br ...
by jraper
Fri Mar 12, 2004 10:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: 'mm_style' is undefined
Replies: 16
Views: 11181

darylbeeson,

I got that error too and finally tracked it down. I had the script containing my style definitions "with(menuStyle=new mm_style()){ ..." loading BEFORE milonic_src.js, mmenuns4.js, and mmenudom.js. Ensuring that the style and enty definitions load last (not first) solved the problem ...
by jraper
Fri Mar 12, 2004 10:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with menu_data.js
Replies: 5
Views: 4198

Sorry - you mis-understood my question. The code I quoted did not come from me - it came from MILONIC !!!

This is the code that is in the "menu_data.js" file that is contained in the ZIP file that I downloaded from Milonic for Version 5 (downloaded today).

Said another way, it appears to me that ...
by jraper
Fri Mar 12, 2004 7:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with menu_data.js
Replies: 5
Views: 4198

Problem with menu_data.js

I just downloaded version 5, but there seems to be something seriously amiss with menu_data.js. Each of the entries in "Samples" looks like it got corrupted. For example, the first three entires are:

aI("text=Horizontal Navigational Menu;url=/menusample1.php;izontal main menu');");

aI("text ...
by jraper
Tue Jul 01, 2003 12:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu works on one site, and not the other
Replies: 2
Views: 3335

I believe the problem is an extra space character is one of your Script calls.

In the page that doesn't work - in the second Script call - your code currently reads:

<script language="JavaScript" src="mmenu.js" type=" text/javascript"></script>

If you check closely, you'll see that you have a ...
by jraper
Sat May 24, 2003 9:32 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Can link descriptions be added?
Replies: 8
Views: 5605

Title Attribute for links in menu

John,

What I think he is asking for is the ability to put a "title" attribute in a link (much like you can with a "target" attribute). Thus:

,"","http://www.mysite.com title=hello",,"",1

The intent seems to be to cause a "Tool-tip" like label to popup upon mouseover.
by jraper
Tue Jul 23, 2002 7:26 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: mouseOver delay
Replies: 3
Views: 4781

mouseOver delay

I suggest that you add a parameter that would allow one to control how long your mouse must be over a menu item BEFORE it will expose the next level.

We have a problem where moving your mouse across a Milonic Menu to get to a non-Milonic link opens the Milonic Menu and covers the target link.