Search found 4 matches
- 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 ...
- 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
- 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 ...
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 ...
- 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 ...
I can do this perfectly with a combination of menuDisplay(getMenuByName(inMenus ), 0 ...