Search found 9 matches

by HCBen
Mon Aug 07, 2006 10:58 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Complex menu example. Seaking advice from the experts...
Replies: 6
Views: 5367

Ruth,

Pagematch was it! I did what you suggested using pagematch to match the directories, and so far everthing works perfectly. The solution was so simple and here I am making it harder than it actually is (as usual :oops:).

Thank you so much for your feedback and additional suggestions. You are ...
by HCBen
Fri Aug 04, 2006 7:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to set width of child menu to be at minimum as parent..
Replies: 4
Views: 3370

Have you, or anyone, figured out how to do this? I thouht I'd ask before trying figure it out myself.

Thanks,
Ben
by HCBen
Fri Aug 04, 2006 6:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Complex menu example. Seaking advice from the experts...
Replies: 6
Views: 5367

Complex menu example. Seaking advice from the experts...

I'm trying to use the Milonic menu to create a combined tab/drop-down navigation system.

Functionally, I've got it working, however there are several things about the menu that still don't work the way I want and I'm stumped as to what to do to get it working perfectly.

The idea behind the menu ...
by HCBen
Thu Jun 02, 2005 3:14 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Subitems dont expanded in FireFox since 5.724
Replies: 8
Views: 5715

Nevermind. I found the problem. I had commented out a line of code in the treemenu.js file that worked with version 5.723 but didn't work with the latest version.

Sorry for interrupting your post like that. :oops:

Ben

----

I'm not sure if this is the same issue, but since upgrading to the ...
by HCBen
Fri May 13, 2005 6:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: popup submenu on Load
Replies: 11
Views: 9960

Thanks Krog,

I'm using that version now, however I still need to find a way to open only one of the two menus - not both.

Ben
by HCBen
Fri May 13, 2005 6:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: popup submenu on Load
Replies: 11
Views: 9960

I too am in need of the ability to re-display a specific menu when the page loads.

I've been playing around with the Automatic Menu Opening Module openmenusbyurl.js version 1.3 (http://www.milonic.com/openmenusbyurl.js); however since upgrading to version 1.3, I can no longer "cheat" the script as ...
by HCBen
Mon May 09, 2005 4:02 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: open specific menu by url
Replies: 5
Views: 4502

Ruth,

I think I found a way to "cheat" the openmenusbyurl.js add-on to achieve what I want.

I don't fully understand how it works, but it seems to work perfectly. Here is the code:


//function _ocURL()
function _ocURL(mnum) //my change
{

var max_m = mnum; //added

_ombcu=new Array()
if ...
by HCBen
Thu May 05, 2005 10:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: open specific menu by url
Replies: 5
Views: 4502

I always seem to end up using the Milonic menu in the most difficult or complicated ways ;)

Oh well. Thanks for your reply Ruth.

Ben
by HCBen
Thu May 05, 2005 2:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: open specific menu by url
Replies: 5
Views: 4502

open specific menu by url

The menu bolt on Automatic Menu Opening Module works great if you only use a single menu on your site. However, I'm using two menus on every page: http://vault.hanover.edu/~stilson/hanover/about/

I need only the left-side collapsible menu to be automatically opened - not the header menu at the top ...