- 85% transparency for sub menus - Status string shows item labels - AJAX menu loading - loads web menu data from the server "on-the-fly". - Top items and submenus have a shadow - Filters and Transitional effects - Text aligned to left - Hundreds of pre-designed templates - Submenus go over all page objects
Use a mouse to move a menu as a usual window. Also you can create the menu where each submenu can be "separated" from the menu (MS Office toolbar-like mode).
When the page is scrolled the menu remains visible. The menu can "float" along one or two coordinate axes.
There can be multilevel menus - create as many rows of the menu as necessary. Any submenu in its turn can include different number of columns.
Q: Is there any way with my dynamic menu in javascript, to allow/setup the showing of path navigation at the top so the viewer sees where they are and where they have been (the path)?
A: You can only show the path in your status string. Set the followingparameter:
var statusString="link";
Q: How can I upgrade to Deluxe Menu v2.0? Now I'm using v1.14.
A: How to upgrade to v2.00 --------------------------------------------------------------- You can download the licensed engine .js files from the same link in your license message. Deluxe Menu v2.00 has new parameters and features. To upgrade to v2.00 you should do the following.
Step 1.     1.1 For Windows users       a. Run Deluxe Tuner v2.0       (can be found in the trial menu package v2.0       http://deluxe-menu.com/deluxe-menu.zip).       b. Open menu data file (.js file where menu parameters are placed): select File/Open…       c. Save the file: select File/Save, then click "No" button when the dialog box appears.
    1.2 For other OS users       a. Open menu data file (.js file where menu parameters are placed) in a text editor.       b. Make sure that the following variables exist in the data file:
      var keystrokes = 0;       var dm_focus = 1;       var dm_actKey = 113;
      var dynamic = 0;       var smHideOnClick = 1;       var itemAlignTop = 'left';       var smSmartScroll = 1;
      var dmAJAX = 0;       var dmAJAXCount = 30;       var dmRTL = 0;       var dmObjectsCheck = 0;       var menuBackRepeat = "repeat";       var menuHeight = "";       var transDuration2 = 200;
If one of the variables doesn't exist - add it at the beginning of the file.
      c. Save the file.
Step 2. Now open HTML-page that contains Deluxe Menu.
Step 3. Replace existent tags of the menu by the following code:
Step 4. Save HTML-page.
Step 5. New engine v2.00 has 7 .js files. They are:       - dmenu.js       - dmenu4.js       - dmenu_add.js       - dmenu_dyn.js       - dmenu_key.js       - dmenu_cf.js (new v2.00)       - dmenu_popup.js (new v2.00)
Replace all old .js files by the files from v2.00.
Try that.
Q: I'm testing the trial version and I'm having a little problem with the state saving. Everytime it navigates to another page, it does not save the state, even with
var tsaveState=1;
In fact, it actually opens up a different menu other than the one I originally clicked.
A:See, if you open pages (with menus) from different folder it means that you open different menus. So, when you change a state, for example, of the first menu within "newzap/" folder and then open another page with the menu within "newzap/learn/", browsers looks for another cookie file and can't find it and the second menu stays in a default state.
Try to set different
var tsavePrefix="menu1"; var tsavePrefix="menu2"; var tsavePrefix="menu3";
for different menus. That should work.
Q: Thank you for the information. I have been successful in getting the drop down menu select to appear on my index.htm file.
I'm having some problems fine tuning it. I placed the code and files as indicated on the file. What I get is a menu appearing at the top of the page and a link titled: Trial Version where I want the menu to appear.
The other problem I am having is that the drop down menu select is left justified and I would like it to be centered on my page (table).
A:Check that you're using relative position for the drop down menu select. You shouldset:
var absolutePos=0; var posX="0px"; var posY="0px";
How do I get a collapsible menu in an HTML Block. I want to to plac ... You organize the links in a bulleted list and add the css at the backend of the block ( html mode). ... Where shall I place the Javascript file that goes with it?
I have a collapsable list. I included part of the code I have and it is the same thing as in the jquery mobile example. Even though i set the data to be collapsible,
Apr 8, 2011 ... SMchild a:hover { color:#000099; } /* Submenu on collapsed menu */ . ... [code= javascript]var MMarray = new Array(); // array of Main Menu
Nov 10, 2011 ... Post subject: Re: Right menu collapse disable - Beez20. Post Posted: .... And that should disable it and not produce any JavaScript errors in IE
With Custom Taxonomies turned on, expand/collapse of boxes works (but wont ... Also, the "Edit Pages" menu is no longer changed to read "Edit X"- it just stays
In addition to that collapse/expand toggle is not working either.And i had 5 javascript errors earlier & got rid of them by disabling MTU upgrade plugin.If these clues ... Your SEF problem is most likely due to an error in your Joomla menu setup
To make a large Forum list more manageable, you can collapse a Category (and your choice will be remembered the next time you visit), by clicking the '-' sign
Jun 3, 2011 ... After a little investigation I noticed that the JavaScript file collapse.js ... The collapsible menus don't work (so it's got to be something back-end?)
[Archive] Free Accordion Menu R2 Code Modification and Addon Releases. ... active: This is will allow you to have all categories collapsed by default. ... Download the following files and place them files in the /javascript folder
Feb 2, 2011 ... Like Jan said, you should be using the XSLT to output the menu content and then use javascript for creating the actual expand/collapse menu