- Cross-frame support - menus work on frameset-based pages - UL/LI items structure - Several menus on one page - Visible over select boxes, iframes, pdf, flash, Java applets. - Text aligned to left - Top items and submenus have a shadow - Items with icons - Status string shows item labels
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: How can I have the sub tab option that initiated the action highlighted once the new page is reloaded? I want to highlight the tab which is done with 'bselectedItem', please tell me about the sub-tab option.
A:See you cannot create subitems in var tabMode=0; it is not correct.
You should set var tabMode=1;
The following parameters set the pressed items for top items andsubitems:
var bselectedItem=0; //top items var bselectedSmItem=2; //subitems
where 0,1,2... is the index of the item in bmenuItems.
- delete var bselectedItem=1; and var bselectedSmItem=2; parameters from your data file - set correct parameters on each page before you call data file, forexample:
<noscript><a href="http://deluxe-tabs.com">Javascript Menu by Deluxe-Tabs.com</a></noscript> <script type="text/javascript" src="menudir/dtabs.js"></script> <script type="text/javascript"> var bselectedItem=3; var bselectedSmItem=5; </script> ... <script type="text/javascript" src="menudir/data.js"></script>
Q: I am having trouble changing a template of dhtml drop down menu code. I am using the http://deluxe-menu.com/data-templates/image-based-1-template-sample.html, and I want to add more items to the top menu, however when I add an item, it doesn't follow the format of the existing items.
A:See, we use Individual Item Styles for the top items in this template. For, example select the "CONTACTS" item on the main window.
In the "Item Parameters" window you can see Individual Styles assignedfor this item:
Item Style - Style1 Icons / Normal - images/spacer.gif
When you add the new item you should assign Individual Styles for itand add icon in the same way.
That is all.
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: Still having trouble with placing the javascript window menu on a fixed position on firefox. So far its only at my testpage. The "Trial Version"-Button however stays at the correct place while the javascript window menu itself moves down if you scroll down... I hope that is fixed in the full version??
A: Now you're using floating feature for the javascript window menu:
//--- Floatable Menu var floatable=1; var floatIterations=3; var floatableX=1; var floatableY=1; var floatableDX=15; var floatableDY=15;
Feb 21, 2009 ... I use JQuery superfish menu to display drop-down menus on a website. .... but on Monday I will be able to post some examples of what I mean
This is the discussion related to the wiki page jQuery Mega Menu. ... Sorry I really don't see this as a good example for the new features with the [[html]]
Does anyone know how to fix this or a jQuery menu plugin i can use? ... I want the menu to work so if for example i click on Survey it opens up the next
I'm using the jQuery UI Tabs, but I can't seem to get it working. ... the jQuery tabs, I've always wrapped everything related to the tabs -- the tab menu, ... In other words, I've always followed the example provided in the jQuery UI