Search found 16 matches

by mcarlson
Thu Apr 30, 2009 6:37 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menuDisplay not working
Replies: 3
Views: 3388

Re: menuDisplay not working

I'm actually trying to have the menu show using a Javascript call from Flash. There is a Flash animation on the home page, and at a certain point I want the menu to appear so it seems it is part of the animation. This should be relatively easy to do, as Flash can call javascript functions, and the ...
by mcarlson
Mon Apr 27, 2009 10:26 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menuDisplay not working
Replies: 3
Views: 3388

menuDisplay not working

I'm just trying to get a menu to display when I click on a link. I can't get the menuDisplay function to work.
Here is a stripped down sample page I've set up just to test it, but I can't get it to work.

http://cbt.cycloneinteractive.net/indextest.cfm

Anyone have any suggestions??
by mcarlson
Fri Oct 24, 2008 6:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Controlling menu z-index
Replies: 6
Views: 4411

Re: Controlling menu z-index

These menus are dynamically generated based on information pulled from a database, so the submenus cannot be in an external .js file that is included. Instead, we include a ColdFusion file which queries the database and then generates the submenu javascript code. That is why they appear as part of ...
by mcarlson
Thu Oct 23, 2008 5:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Controlling menu z-index
Replies: 6
Views: 4411

Re: Controlling menu z-index

Ah, I spoke too soon - I knew there was a reason I had the menudata.js inside that div. Since the menu table is in a div that has a position=fixed, it stays in the same place when the page content is scrolled. Removing the menudata script from this div made the popup menus scroll along with the ...
by mcarlson
Thu Oct 23, 2008 3:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Controlling menu z-index
Replies: 6
Views: 4411

Re: Controlling menu z-index

Perfect, thanks - that did the trick.
by mcarlson
Wed Oct 22, 2008 7:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Controlling menu z-index
Replies: 6
Views: 4411

Controlling menu z-index

I'm having trouble adjusting the menu z-index so that it appears above some other divs on the page. If you look at http://www.patmetheny.com/tours.cfm you can see an example of what I am talking about.

The multicolored menu on the left is an HTML table in a div with a z-index of 1. The strip of ...
by mcarlson
Tue Sep 30, 2008 7:26 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Positioning popup() CSS positioned DIV
Replies: 7
Views: 4267

Re: Positioning popup() CSS positioned DIV

LOL - yeah, I definitely know how that is ;)
Just wanted to be sure I wasn't missing it somewhere.
by mcarlson
Tue Sep 30, 2008 2:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Positioning popup() CSS positioned DIV
Replies: 7
Views: 4267

Re: Positioning popup() CSS positioned DIV

Perfect, thanks! I thought I had name attributes in there, but clearly I didn't.

By the way, is there a listing of all the possible properties for styles, menus and menu items? I get confused by the Quick Reference Guides on the site. For example, target, text and url are listed as style properties ...
by mcarlson
Mon Sep 29, 2008 9:26 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Positioning popup() CSS positioned DIV
Replies: 7
Views: 4267

Re: Positioning popup() CSS positioned DIV

Alright, I figured this out. I just included all the js includes within the div itself, rather than in the header.
Now I just need to figure out why it's not working at all in IE.
by mcarlson
Mon Sep 29, 2008 8:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Positioning popup() CSS positioned DIV
Replies: 7
Views: 4267

Positioning popup() CSS positioned DIV

I'm having a problem with the popup positioning when called from within a div that is positioned using CSS. You can see the page I'm referring to here: http://www.patmetheny.com/index_2008.cfm. You'll need to view this in a browser other than IE, as the popup doesn't work at all in IE. I'm assuming ...
by mcarlson
Mon Mar 31, 2008 6:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Popup() function not working - [Solved]
Replies: 9
Views: 6231

Re: Popup() function not working

Thanks for your help - those two changes made it work.
by mcarlson
Mon Mar 31, 2008 2:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Popup() function not working - [Solved]
Replies: 9
Views: 6231

Re: Popup() function not working

I'm sure I'm just doing something stupid which is preventing it from working. I've set up a test page for you to look at:
http://www.cycloneinteractive.net/milonictest/about/
You can see the Program menu works by rolling over "Program & Events", but the link in the content area "Open Program Menu ...
by mcarlson
Fri Mar 28, 2008 7:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Popup() function not working - [Solved]
Replies: 9
Views: 6231

Popup() function not working - [Solved]

I'm having trouble getting the popup() function to work. I'm wondering if anyone else has run into this. I'm using version 5.774 of the menu. I've created a menu called "program". Then I've got a link on the page with this code:
<a href="javascript:void(0)" onmouseover="popup('program')">open menu ...
by mcarlson
Fri Mar 23, 2007 2:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Vertical positioning problem on Mac
Replies: 4
Views: 3466

Thanks so much! This got the positioning right. You have no idea how many hours I spent yesterday trying to figure this out.

Now the only issue is that Safari displays the submenu image on the left instead of the right, but I think I've seen posts on how to fix that somewhere.
by mcarlson
Thu Mar 22, 2007 8:53 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Vertical positioning problem on Mac
Replies: 4
Views: 3466

Vertical positioning problem on Mac

I can't get the vertical positioning to work properly on a Mac.

http://gutierrez.cycloneinteractive.net/builttosuit/

If you visit this link on a PC with FireFox or IE and roll over the "Build to Suit" link at the bottom of the page, you will see that the menu should appear directly above that ...