- Sound support! - Top items and submenus have a shadow - Inactive/Disabled items - Special JavaScript API for changing javascript menu "on-the-fly" - Search feature - add the search area in the menu and type symbols. - Submenus go over all page objects - Text aligned to left - AJAX menu loading - loads web menu data from the server "on-the-fly".
Good navigation system is an important part of web site success. If people can't find their way around the site, they will rapidly give up looking and go, never to return. So, it's very significant that your website has a neat, fast, and gratifying to the eye navigation. Don't permit your web site visitors to get lost. Try Deluxe Menu!
Q: Do you by chance have the dhtml menu samples working with XML?
A: Unfortunately we don't have working example.
You may generate a menu from a database or XML using any server-side script, e.g., PHP, ASP, VB, etc.However, these scripts don't work inside of Javascript .js files, so,you should move parameters of a menu from a .js file into an html-page, e.g.:
<!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">dhtml menu samples by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "menudir/";</script> <script type="text/javascript" src="menudir/dmenu.js"></script> <!-- (c) 2008, http://deluxe-menu.com -->
<script type="text/javascript" language="JavaScript1.2"> // and describe parameters of a menu var parameter1=value1; var parameter2=value2; etc.
var menuItems = [ // here you generate items using server-side scripts (php, asp, vb, etc.) ]; </script>
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'm looking to make a space between menu buttons in the drop down menu example, I checked the FAQ which suggested using ["-"], between items but it didn't work.
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 Deluxe Tuner, use "Add separator" button), for example:
First, you need to obtain the image menu HTML, CSS, and image directory .... I saw the sliding door header first on the "Sliding Door" wordpress .... this for sliding vertically and implementing in other parts of a page?
This is to achieve a sliding door style menu. ... I suppose an easier way might be to add a debug CSS class and have it put ... You would only use SPAN tags if you wanted to allow it to expand and contract vertically
... $("ul", obj).css('width',(s+1)*w); }; if(!options.vertical) $("li", .... That should be an easy fix but I'm headed out the door, ... Missing browser slider, jonasops, Coding Forum, 3, 03-13-2007 10:48 AM
installed AT 3.5.3 and immediately the sliding door menu ... to the ATO panels in Style & Edit Header and Add HTML/CSS Inserts. .... there was a sort of small vertical menu of the pages formerly in the sliding doors
... background and then use the "sliding door" method to change image's Position . ... The vertical menu has a styled <ul> with background image while the <li> ... also I was able to set it just for the CSS flyout menu,
We work on a plethora of page sizes and CSS properties are NOT always short ... The property shortcut list has been reduced to a single vertical column which ... I know you guys were anxious to get it out the door, but I think most would ... At one point there was only one of them and it slid between all the rules
Mar 10, 2009 ... A sliding doors tabbed menu system based on the one from CSS Tab ... The menu system has a vertical option which would make more sense if
With CSS I want to add a little space between the img and the text part ... margin-right: 10px; vertical-align: middle; border:none; } .... The tabbed interface is built upon the "sliding doors" technique presented here:
Apr 16, 2010 ... You can read this article about Sandbag CSS HERE ... Vertical dimensions are not set so they stretch to the height of the content. ..... I think the whole thing works like sliding doors, all coming form your left side
They just include the same index page provided and their css. .... text-align: right; vertical-align: middle; font-family:Verdana, .... I would add span to main menu, people might want to use sliding doors in the menu
This allows for more flexibility with the CSS styling. .... I based my menu model on A List Apart's sliding door tabbed menu (part II): .... Be sure to use "FLAT LIST" for your list type...not "Vertical"