- Personal CSS styles for separate menu elements - AJAX menu loading - loads web menu data from the server "on-the-fly". - Cross-frame support - menus work on frameset-based pages - Submenus dropdown on mouseover - Text aligned to left - Transition #14 - "fade out" effect - 85% transparency for sub menus - Items with icons
Setup menu parameters manually or using De Luxe Tuner. Then add some rows of a code within html page code and your menu is ready!
Use special Java Script methods for: Dynamic changing of items (link, text, icons, arrows and even individual style!). Addition/removing of items or submenus. Disabling and enabling menu items. Getting the info on every submenu, menu, and items. Changing appearance of items. Other coding tricks.
Cross-frame mode lets you to construct full-featured dhtml menus on the pages with frames. But for all that frame set it's not necessary to insert any additional code into all the pages - just specify several extra menu parameters.
Ability to handle the menu from the keyboard via keystrokes.
Q: Now I need to work out how to add multiple menu's to a page? Are you able to reference these separately - is this possible.
The page that I am creating lists out notes from our system - there is a "options" button to the right of each note - when the cursor hovers over this button I want to dynamically load themenu's. On any page there could be over a 100 of these "option" buttons and the menu that would load from each option button could be different and specific to the note.
A: You can add as many menus as you want on the one page.
You should call <SCRIPT type=text/javascript> var dmWorkPath = "data.files/";</SCRIPT>
> The page that I am creating lists out notes from our system - > there is a "options" button to the right of each note - when the > cursor hovers over this button I want to dynamically load the > menu's.
You can try to use pop up menus http://deluxe-menu.com/popup-mode-sample.html
You may also generate a menus from a database or XML using any server-side script, e.g., PHP, ASP, VB, etc.
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 will build menu for several books’ Contents, each book is more than 100 lines and has links. I think if all the books’ contents in 1 *.JS file then it is TOO LOONG!!. Can I break it down to 1 book for 1*.JS ? How?
A:You cannot divide your menuItems parameter. You can only use one .js file for your menu parameters and the other.js file for your menuItems = [...];
But you can do it in two ways.
1) You can try to use several menus on the one page, for example: param.js // file with menu parameters (all parameters before menuItems = [...];) menu1.js // menuItems for "AC-DC", "ANLOG" menu2.js // menuItems for "DIGITAL", "WinXP" menu3.js // menuItems for "MS-Word", "MS-Excel" In these menu files you should write menuItems = [ ... ]; dm_init();
Then you should install your menu in the following way
But it will be easier to use vertical menu in such case var isHorizontal=0; var smColumns=1;
2) You can also try to add some code, see the attached example.
In the first file (@MY books (Multiple Col.js) I write menuItems for the first item "AC-DC". Notice that you should delete comma at the end of the last item var menuItems = [
["AC-DC","", , , , , , , , ], ["|@Book1","testlink.htm", , , , , , , , ], ... ["|@Book3","", , , , , , , , ], ["||CH02","", , , , , , , , ], ["||CH01","", , , , , , , , ] // delete comma at the end of the last item
];
In the second file (@MY books (1.js) you should write menuItems = menuItems.concat(
[
["ANLOG","", , , , , , , , ], ["|@Book1","", , , , , , , , ], ["|@Book2","", , , , , , , , ], ["|@Book3","", , , , , , , , ] // delete comma at the end of the last item
] );
In the third file (@MY books (2.js) you should write menuItems = menuItems.concat(
Notice that you should write dm_init(); function in the last file.
In the .html file you should write ... <tr> <script type="text/javascript" src="@MY books (Multiple Col.js"></script> <script type="text/javascript" src="@MY books (1.js"></script> <script type="text/javascript" src="@MY books (2.js"></script> </tr> I hope you understand me.
Q: Is there a parameter in Tree Menu I can add and/or adjust in data.js toforce the menu text to wrap and add here to a set menu width?
A:You should use tags, for example:
var tmenuItems = [ ["line 1 line 2"], ];
Width of the menu you can set so: var tmenuWidth = "500px"; Try that.
Try to specify units in "px". var tmenuWidth = "182px"; It's necessary to specify exact value for Mozilla browsers. It helpsto position menus correctly.
You should set this parameter: var tmenuHeight = "auto";
spry Vertical menu in a seperate Div for alignment? ... Perhaps my problem is my Css for the body div which is 570px wide, could someone please just tell me the ... This is my last thing, I hope, then I think I am ok?
The vertical menu bar is the new hit these days. ... Step 6: Now press the button below the CSS editor to save your CSS. ... that gets left behind when you remove one of the links off a vertical menu bar... I think
I have a CSS Sprite menu located on my website at: http://ryanfitton.co.uk/m/ it ... font-weight:inherit; margin:0; padding:0; vertical-align:baseline; background-image: ... so i think a percentage width would be needed
CSS mystery: vertical gap if padding-top is nonzero? ... .layout, .topbar, .menu , .content { text-align: left; vertical-align: top; .... Unless code is provided or an exact example is requested I think I'm going to start
Does this contribution allow your vertical categories to flyout as well or ... I have installed the css dropdown menu and it works great. ... The reason I ask is that I am not a programmer and I don't think I could it if
VCSS - vertical, all levels unfolded, add special code for vertical CSS flyout menu ..... Hm - I think you can find tons in the web. The most problematic thing are flying - nearly pure - CSS menus
She MUST have a vertical nav menu with flyout submenus. ... messed up the css for the nav menu, or whether the nav menu css was clashing with ... before Monday how much it will cost and how long you think it might take
Before I start, I must say that I think that WPML is fantastic. ... A Vertical menu for pages and categories is not possible, ... 1) Copy WPML's CSS to your theme's folder, edit it there and tell WPML not to load its own CSS