Search found 10 matches

by funkykeys
Thu Apr 24, 2008 7:45 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Are menu calls from a static link possible?
Replies: 6
Views: 3924

Re: Are menu calls from a static link possible?

I just used the example in one of the links you sent, but this worked perfectly:

Code: Select all

<a href=# onmouseover="popup('Sub1')" onmouseout=popdown()>Test</a>
Thanks again!
Scott
by funkykeys
Thu Apr 24, 2008 4:33 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Are menu calls from a static link possible?
Replies: 6
Views: 3924

Re: Are menu calls from a static link possible?

Hi Ruth,

Thanks -- the list of methods helped get an understanding of what's possible, though my example below doesn't call up one of my menus named "Sub1":


<A href="#" onMouseOver="menuDisplay(gmobj('Sub1'),1)" onMouseOut="menuDisplay(gmobj('Sub1'),0)">My menu link</A>


I'm displaying it on a ...
by funkykeys
Mon Apr 21, 2008 10:54 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Are menu calls from a static link possible?
Replies: 6
Views: 3924

Re: Are menu calls from a static link possible?

Hi John,

Here's a better example:


<A href="#" onMouseOver="[function call to milonic menu]">My static link</A>


I don't want to write the parent links like the one above using JavaScript. This is actually to be used to make a JavaScript call from Flash, which is natively supported in Flash 8 ...
by funkykeys
Mon Apr 21, 2008 6:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Are menu calls from a static link possible?
Replies: 6
Views: 3924

Are menu calls from a static link possible?

Hi,

What's the syntax for calling a submenu group from a static parent link, rather than one that's generated by JavaScript?

Thanks!
Scott
by funkykeys
Fri Sep 16, 2005 6:18 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menus and table cell centering
Replies: 3
Views: 2688

Thanks, Ruth -- I figured it out. Reading the instructions always helps!

I just added the <script> tag in the centered cell and set the position parameter to "relative." Works great. :)
by funkykeys
Mon Sep 12, 2005 11:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menus and table cell centering
Replies: 3
Views: 2688

Menus and table cell centering

Hi,

I've setup horizontal menus and am having a problem. Essentially, I'd like the primary menu links to center within a table cell, and without a static width for everything, since the client edits all menus/submenus through a Web-based admin and the lengths of chars will change often. It'd be ...
by funkykeys
Tue Oct 05, 2004 9:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Building menu via SQL/ASP.NET
Replies: 2
Views: 2437

Thanks... we figured it out and removed the "showmenu=" parameter from the loop. :)
by funkykeys
Tue Sep 28, 2004 7:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Building menu via SQL/ASP.NET
Replies: 2
Views: 2437

Building menu via SQL/ASP.NET

Hello,

We're testing the 5.0 menu version to see if it'll work with a client's SQL-enabled commerce site before buying. I like the menu's customization, which we'll be using to browse products, but it doesn't appear that we can customize each menu item individually.

What's we've done behind-the ...
by funkykeys
Mon Jun 09, 2003 3:02 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Problems with horizontal sub-menus
Replies: 0
Views: 1755

Problems with horizontal sub-menus

Hi,

I'm working on a site at http://66.241.244.202 and am having a problem getting the horizontal menu to render properly. Vertically, it's fine; however, when set to horizontal, I lose the lines in between the subs and the height of the subs are different. Because the home page has Flash, I have ...
by funkykeys
Wed May 21, 2003 5:39 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Problems with horizontal sub-menus
Replies: 0
Views: 1702

Problems with horizontal sub-menus

Hi,

I've created static horizontal main links that, onMouseover, display subs for each that are also set to display horizontally (as opposed to the default vertical). Problem is, even though I've set a dark gray 1px border around them in the style properties, only the top left corner of the first ...