- Inactive/Disabled items - Sound support! - Transition #14 - "fade out" effect - 85% transparency for sub menus - Submenus automatically scrolls - Special JavaScript API for changing javascript menu "on-the-fly" - Submenus dropdown on mouseover - Text aligned to left
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: I have the cursor set as pointer – on some of the top menu items there is no link behind it yet the cursor still turns to a pointer.
Is there any way to have it so it only becomes a pointer if there is a link?
A: Unfortunately, you can set different cursor type for the menu items.
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: How do assign my own onclick events to menu options for the dhtml menubar? I want do more than just redirect to an href.
A: Actually you can use your own Javascript code instead standard links. For example:
var menuItems = [ ["text", "javascript:your_code_here"] ];
or
var menuitems = [ ["<div onClick='your_code_here'>item text</div>", ""] ];
Q: I have been working with the trial package for the last couple of days, of which I have been really impressed with. However there have been a couple of things that have frustrated me greatly...
The natural place that I first tried was replacing the "content1" line with a direct URL in the var bmenuItems section but this made no difference at all. I am also trying to work out what each set of "" equate to as I have found a couple of pages on the Internet very similar to this but none of them have nine different sections.
Is it possible to allow one of the tabs on this template to just open another page? I look forward to your response in regards to these questions and hope to hear from you again soon so that I can crack on with this project.
A:You can't assign links in Dhtml Tabs when you're using var tabMode = 0;. You can assign only the object's ID of <div> on your page.
Try to set var tabMode = 1; and use links for your items.
It looks like you might have some other javascript loading on the page that is conflicting with the ... The menu still doesn't do much though unfortunately. ... Do your themes support right-to-left (RTL) languages?
Update convert_themes to use new menu system and other missing details ..... Quick in topic moderation was javascript erroring if you couldn't delete every ..... Reverse menus in RTL mode. So home should be last button (Subs.php,
I want the menu items start from the right position with the order: ... <script language="javascript" type="text/javascript" src="<?php echo ... in the core files to make the top menu conform to rtl languages
Could this be a javascript-conflict? This conflict even occures with the professionel Joomla .... <?php if($this->direction == 'rtl') : ?> ... I can't publish a comment and the superfish menu at the same time Sad
open new window using Javascript. Javascript. ... absolute left (h) · absolute pseudo-right (h) · absolute with RTL text (h) · relative left (h) .... scrollLeft if(menu.getBoundingClientRect().right > window.screen
But there is a problem with that: The menu that shows up when right clicking ... To activate spellcheck real-time, you have to do javascript loop which will
Feb 1, 2010 ... Perfect theme for starting your new project with a dropdown menu. .... theme and my only guess is a problem with javascript not loading properly. ..... dir: rtl (meaning direction = right to left) inside the main menu
Add rtl to tool tip of Calendar and Schedular - created by Roiy on .... Context menu Javascript action - created by Elisa Bisello on 10/9/2007 (4 replies)