Search found 4 matches

by gsl1@erols.com
Mon Sep 10, 2007 11:19 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to turn off scrolling menus?
Replies: 6
Views: 4792

How to turn off scrolling menus?

Just an update. Shortly after discovering the less than perfect method that I described in the previous post, I found what I believe is a superior method to turn menus on and off. The new method does not require access to any internal menu function calls and does not suffer from the bouncing problem ...
by gsl1@erols.com
Tue Aug 14, 2007 12:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to turn off scrolling menus?
Replies: 6
Views: 4792

Thank you Ruth!

I found the piece of Javascript code that I needed in the example that you mentioned, modified it to use the properties I wished to change and the menu is now toggling on and off with a mouse click even when it is set as a scrolling menu. I added the following code to my existing ...
by gsl1@erols.com
Tue Aug 14, 2007 1:10 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to turn off scrolling menus?
Replies: 6
Views: 4792

Re: How to turn off scrolling menus?

You said 'menu array' if that is correct, you are using V3...

I'm using version 5.778 of Milonic DHTML Menu.

The menu array I'm using is just an array that I created in Javascript to hold the names of the menus I'm manipulating. It has nothing to do with any Milonic menu data structure.

I did ...
by gsl1@erols.com
Sun Aug 12, 2007 3:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to turn off scrolling menus?
Replies: 6
Views: 4792

How to turn off scrolling menus?

I have created a vertical scrolling menu with on and off images and overlying text. The menu works as I expect it to. I am trying to programatically make the scrolling menu invisible and then visible again.

I can do this perfectly with a combination of menuDisplay(getMenuByName(inMenus ), 0 ...