- Unlimited number of sub levels - Inactive/Disabled items - 85% transparency for sub menus - Items with icons - Text aligned to left - Submenus go over all page objects - Keyboard navigation - press Ctrl+F2 to enter the top menu - Cross-frame support - menus work on frameset-based pages
Tune menu parameters manually or using Deluxe Tuner. Then add several rows of a code within html page - your menu is ready!
Use special JavaScript functions for: Dynamic changing of items (text, link, icons and even individual style!). Making a menu item active/inactive. Addition/removing of items. Changing of visibility of items. Getting the information on any menu, submenu and items. Other tricks.
Opportunity to control the menu from the keyboard.
Cross-frame mode allows you to build full-featured menus on the pages that use frame-based structure. But for all that it's not necessary to insert any additional code into all the pages - just specify some additional parameters of the menu.
Q: I've build a custom javascript menu navigation in Hebrew, but I saw only squares.
A:You should turn on "Tools/Use utf8 encode" property. In that case your data file will be saved in UTF-8 encode.
Enter these symbols and save your data file.
If you don't want to use UTF-8 encode on your page you should turn off "Tools/Use utf8 encode" property, save your data file and manually change your letters in any text editor. Q: I have to pass dynamic value from the link when the user click the mouseover menu.
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: 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 am testing it on my website. I have under the submenu 'Generalites" two links "Presentation" and "Formulaires" I would like when I click on what ever link on the expandable javascript menu that the visited link stay in a different color and with a different background. For exemple: If I click on link Presentation then this link will become in a different color and also its background. Then If I click on Formulaire the prevous link is reset and the Formulaire link appears in a differemt color and its backgroud. How should I do it ?
A: Deluxe Tree doesn't save a pressed item as it saves a tree state. It works within 1 page only and if youreload the page you should set a pressed item using Javascript API:
function dtreet_ext_setPressedItem (menuInd, itemID)
Please, see here: http://deluxe-tree.com/functions-info.html
You can also set var tsaveState = 1;
More info you can find http://deluxe-tree.com/data-samples/tree-menuxp-save-state.htm
To expand specific items you should use API function function dtreet_ext_expandItem (itemID, expand)
Jun 24, 2010 ... Visual Studio Tip: The VSCommands 2010 extension in VS 2010 adds a "Attach to Local IIS" context menu item: http://bit.ly/d4bNYu 6 days ago
Until it's added, I found a way to accomplish this using jquery. The Setup: I created a page titled "Products" (Page ... {foreach from=$child_nodes item='node '} ... Hierarchy Template: Sidebar-sub - (css/js flyout menu)
js/jquery-1.4.1.min.js"></script> <script type="text/javascript" src="<?php get_theme_url(); ? ... ($topmenu as $menu){ // output the top level menu items / /$sm . ... end div#sidebar --> <div class="clear"></div> <div id="footer"> ... First to build your normal page menu every data file is opened,
Aug 17, 2010 ... I have a modified jquery version of this. ... 3) Immediately assigns class of " on" to clicked menu item, removing from all other items
This is the discussion related to the wiki page jQuery Mega Menu. .... I'd love to integrate something like this into our sidebar. It seems like these menus
I've also made a "plugin" for my menu. Instead of change the code in the core- files I .... I wanted to update jquery to the current latest but it broke a few things. ... that will hopefully update the jQuery and fixes the few broken items . ... to create a sidebar, and I've integrated some jQuery stuff, and more ;)
Left align first item in page bar menu - Page & Category Menu Bars. ... To access the first and last child cross browser use jQuery. ... [SOLVED] Howto: Align page menu bar with left sidebar or opacity overlay width
This did not resolve the sidebar formatting issue. ... from header.php since a plugin seems already to load a newer version of jquery. ... Submenu formatting, interage, Page & Category Menu Bars, 0, Apr 24, 2009 10:48 AM
The other menu items on the main menu are displayed in a collapsed fashion. ... the display content is large and would not fit into the sidebar menu space available. ... Simple Web Runtime Design Patterns Using jQuery
I did not want to manually enter all menu items, so this is the code I placed in ... This was due to the fact that the sidebar blocked a part of the menu. .... in WordPress themes which use the Superfish jQuery plugin
Multi-Column Sidebar - 1 or 2 column (2 or 3 column). [+] ... Multi-Level dropdown (vertical) navigation menu. ... [J] = JQuery effects. [m] = Mostly everything is inbuilt and does NOT require any plugin to function
I've created a Vista sidebar widget that uses jQuery to fetch XML and display ... I got some help with this menu earlier but have a different request now
Aug 18, 2010 ... Logo on left, top header bar, sidebar or scroller and blog-style lists underneath. ... http://themeforest.net/item/inki-elegant-blog-theme/72966 ..... Unite's commenting system, the Tumblr-esque themes' jQuery nav, etc. ... Ly in the admin menu. No idea that support was there or how to use it
Just an update: I tried disabling jquery in photoshare component as shown ... At the moment of writing this, the "Interactive" menu item does not ... 2) Now click on "Funny" from the left sidebar photo categories module
You want to get a jQuery content slider into your WordPress site? ... #myslider li.ui-tabs-nav-item a{ display:block; height:75px; color:#333; background:#fff; .... This would help bring the sidebar come on the top on a main page. ... As you might have seen, you can bring folding menues in front of the slideshow
mediaANT who have created the "Sidebar for Amazon" module has given ... portal more than a million items which Amazon (TM) provides for sale. ... How do I get the menu to display in the Andreas 01 skin instead of the ... Hi,I want to create a module to make a banner slder using Nivo slider jquery
if (window.sidebar) { // firefox window.sidebar. .... 2- [How-to] Display cart total (items & price) in header ... do you think the drop down menu i have is conflicting with the slide show? .... <link rel="stylesheet" type="text/css" href="catalog/view/javascript/jquery/thickbox/thickbox.css" />