- Inactive/Disabled items - Keyboard navigation - press Ctrl+F2 to enter the top menu - Image arrows - Cross-frame support - menus work on frameset-based pages - Filters and Transitional effects - Several menus on one page - Status string shows item labels - Submenus go over all page objects
Use images for backgrounds of submenus and items, icons, arrows. Using web images you can create menus completely based on graphics.
Design both horizontal and vertical menus and submenus with any amount of menus on a single page.
Place any HTML code inside the menu item - be it a flash-object, form, picture, or text. This ability lets you to build various menus of any complexity.
Submenus can be shown in 4 ways: - From left to right and also from left to right + upwards. - From right to left and also from right to left + upwards (e.g. for right-to-left languages).
But they contain the index of the selected menu item, not the ID.
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 investigating why a few things have not been working for sometime on our site.
This is the error I get in the console "The requested URL /js/menudir/dtree_ss.js was not found on this server."
I update the files awhile back and removed the dtress_ss.js as I was instructed, why is it that it that the script is still trying to reference this file?
What do I have to do to remove this error from java script tree menu?
When I updated the files a few months back the new files seem to fix a problem we were having with Chrome, but broke the drop down menu in Explorer. I have yet to resolve this. The drop down menu appears to work fine in all other browsers.
The nav menu not working in IE7 (not sure about IE6 or IE8) is a bigger issue than the error in the console, but thought maybe they were related. From our analytics, the strong majority of our customers are using IE7.
A: 1) dtree_ss.js The current version of Deluxe Tree doesn't have dtree_ss.js at all. You should deletethe following code from your page: <script language="JavaScript1.2" src="/js/menudir/dtree_ss.js" type="text/javascript"></script>
In the body tag you should write: <td > <script src="/js/menudir/data-tree.js" type="text/javascript"></script> </td>
In the HEAD tag you should write:
<!-- Deluxe Tree --> <noscript><a href="http://deluxe-tree.com">java script tree menu by Deluxe-Tree.com</a></noscript> <script type="text/javascript"> var tWorkPath="/js/menudir/";</script> <script type="text/javascript" src="/js/menudir/dtree.js"></script> <!-- (c) 2009, http://deluxe-tree.com -->
2) Error in IE7. You're using new engine files and old data files for the menus now. I'm sending you the example. Use engine files for Deluxe Menu and Deluxe Tree and data files (data.js and data-tree.js)from it.
Q: I had create a website navigation bar ,in that I need to give separator. But its not working. Please advise.
A:To add a separator you should
//--- Separators var separatorImage=""; //for subitems (top items in vertical menu) var separatorWidth="100%"; var separatorHeight="3px"; var separatorAlignment="right"; var separatorVImage="separator.gif"; //for the top items (subitems items in vertical menu) var separatorVWidth="100%"; var separatorVHeight="2px"; var separatorPadding="";
You can create separators using menuItems (you can do it in DeluxeTuner, use "Add separator" button), for example:
var menuItems = [ ["item 1"], ["-"], // this item is separator ["item 2"], ];
Or you are just talking about expanding the menu into a series of links instead (always ... Wasn't someone working on a Collapsible Menu a while back. ..... For example, using the standard theme, in file styles_layout.css add this line:
COLLAPSIBLE MENU --> <!-- This goes into the HEAD of the html file --> ... document.writeln('<style type="text/css"><!--') ... This blurb is a test for the javascript to expand the text area for more detailed product
I really would love to get my menu to drop down when people click ... I will send the code for both CSS in which the "hitarea" is .... .treeview li. collapsable, .treeview li.expandable { background-position: 0 -176px; }
would be nice to have product categories menu expandable, ... and the now what I will stay will collapsible sub cats. -=Luvz2drv=- ... You can also define a clickable area with css that's large enough for all users
FYI, Div1 is a side menu and Div2 is the c. ... have a bad effect on the text in div2 (it would be expanding down and squishing. ... Thanks for the responses but I guess what I am after is pretty much a collapsable div,
An expandable/collapsible content pane. ... Labeled groups of information are displayed on the screen as a menu. ... using the icons native to the jQuery UI CSS Framework manipulated by the jQuery UI ThemeRoller
over at my site to make the 2nd and 3rd menu collapsable. .... to everything about the web i just successfully made an expandable menu on my .... In the css I tired to change content height and menu height etc, but that
images/expand.png", //path to image used to expand menu item "<?php echo $this-> baseurl ? ... images/collapse.png", //path to image used to collapse menu item ... Use CSS to style menu items for different levels
You can fix it using CSS or Javascript. ... toplevelbegin="<ul class='menu collapsible'>" .... We could expand the menu tag to accept "%page.link% and so on, but $page.link and similar will never work
I am aware that they don't all need to expand/collapse but it is a .... advanced_group, etc) with class="collapsible" in case I could attach any rules ... Man my CSS sucks. Last edited by Bloke (2010-08-06 14:04:12)
Outlining with expandable/collapsable sections is very basic to a word processing application. Google, please add this feature as a higher priority on your
Mar 24, 2009 ... I want this feature too: outline + expand & collapse ... <<put 12.pt space after normal paragraph>> that at least is easy, using the CSS! .... then by going to the Format menu and select "Change list style" for each item. .... Outlining with expandable/collapsable sections is very basic to a word
I've also included the Vertical expanding flex menu example. .... to fit for the FlexMenu and I don't even know if it'll be collapsible or not. ... The CSS will need to be tweaked, but it should be close to that for the
Jul 1, 2010 ... Menu: clicking parent should only expand menu, not open page. ... Now the question is how good is your xhtml, css and smarty knowledge. .... yes top right and oh forgot to mention, "test" is collapsible
Is there any way to invoke Kunena from a menu link in joomla with a full screen width with ... This doesn't work if your Joomla template does not support collapsible module ... -CSS statements to expand your main wrapper to 100% width
Free Accordion Menu R2 Code Modification and Addon Releases. ... With 'mouseover ' it is possible that the customer will expand and collapse the ... Collapsible is inactive if your event is equal to 'mouseover'. .... <meta http-equiv=" Content-Style-Type" content="text/css" /> <link rel="shortcut
Collapsible is inactive if your event is equal to 'mouseover'. .... <meta http- equiv="Content-Style-Type" content="text/css" /> ..... wondering if a person could make the menu expand a certain category when the page