- AJAX menu loading - loads web menu data from the server "on-the-fly". - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Hundreds of pre-designed templates - Filters and Transitional effects - Visible over select boxes, iframes, pdf, flash, Java applets. - 85% transparency for sub menus - Unlimited number of sub levels - Sound support!
Sub menus dropdown over all the objects on the page (select, applet, flash, object, embed). If for some reasons (old browser) a submenu can't go over an object, the object will be hidden for a time when the submenu is shown.
Design personal styles for any submenu and item. Use individual styles to rich killer visual effects!
These effects will make your menu neat and chic. You can set transparency, cast a shadow on the menu and submenus. Among available special visual effects there are random dissolve, fade, mix, mosaic slide out and many many others.
Q: Is there a property in the data.js file - or any other file - where the pulldown menu can be hidden initially until needed?
A:You can hide the menu onload document.getElementById('dm0m0').style.visibility = "hidden";
And then show the menu when your user will be validated.
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: Thank you. I got the menu working on my web page.
Now, I have to pass dynamic value from the link when the user click the floating javascript menu.
I was using a table type of menu and passing value like this
<td onclick="document.iframename.location.href='abc.jsp?value1=<%value1%>&value2=<%value2%>Click here</td> What should I do to the deluxe-menu to get the same action? I need to pass value to next page. The value is dynamic, so I have to use <%value1%> notation for JSP file.
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: Can I create menus with cross-frame capability using your drop down menu generator? With the menu beingin one frame and the submenus opening to the other frame?
A:See how should you create cross frame menu:
1. To initialize the cross frame menu call dm_initFrame() function instead of standard dm_init() function within data.js file:
framesetID - id attribute of the frameset; mainFrameInd - index of the main frame (where the top-menu is placed), >=0; subFrameInd - index of the subframe (where the submenus will be shown), >=0; orientation - frame orientaion: 0 - top-to-bottom, 1 - left-to-right; 2 - bottom-to-top; 3 - right-to-left.
So you should create your menu in Deluxe Tuner, save it. Create html file with your frame set. Set ID for the first frameset: <FRAMESET id=frmSet rows=220,*> <FRAME id=frame1 src="Deluxe Menu Samples_files/cross-frame-horizontal-1.htm"> //menu frame <FRAME id=frame2 name=frame2 src="Deluxe Menu Samples_files/testlink.htm"> //content frame </FRAMESET>
Then you should open your data file in any text editor and change dm_init(); for example to dm_initFrame("frmSet", 0, 1, 0); You'll find more info here: http://deluxe-menu.com/cross-frame-mode-sample.html
3. Can one specify where a 'line break' occurs on a Horizontal Menu to make two lines? ... In what file do I put the code, and where exactly? ... Elaborating on question #3, I want to have the navigation bar in TWO ROWS, ... For 1 and 2, you 'll need to edit your HTML file and your external CSS file
I added a horizontal menu bar to my main page by using a spry widget, but its height (the height of the main ... That was the property which was constraining my menu bar's height. ... [IMG] code is On. HTML code is Off
I need to create a horizontal menu that when you click on an item the submenu appears in a bar directly underneath the main menu. Anyone have any ideas. Thanks .... Smilies are On. [IMG] code is On. HTML code is Off
Feb 22, 2010 ... The following is the code I tried to use for the horizontal menu bar for my google site and always it became vertical instead ... html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
I was looking for a menu like WWB menubar item but with the submenu item being ... Please download at http://www.likno.com/download.html and you will be able to test ... WYSIWYG Web Builder Tips, Tricks and Code Examples
[SOLVED] Rounded corners on horizontal menu tabs eCommerce ... Once the round style is imported take a look at ATO>Add HTML/CSS Inserts>CSS Inserts for the code. ... [SOLVED] Page menu bar rounded corners CSS issue
Jun 21, 2009 ... Theme with horizontal tabbed category navigation bar? ... Any theme which has a horizontal menu could be used. ... BB code is On; Smilies are On; [IMG] code is On; HTML code is Off; Trackbacks are On; Pingbacks are On
items to cause horizontal menu buttons to be padded such they take up the entire width of the menu bar they populate. I only approximate my goal in Firefox 3.6.6 simply by adding a: Code: padding: 0 12px;. line to the css for the above elements. ... You would only need HTML and CSS
Nov 10, 2009 ... This is a discussion on Variable width for horizontal CSS menu, no dropdown within ... li#blanks { height: 24px; width: 169px; }. HTML: Code: ... shift when the page is longer and FF brings up the vertical scroll bar
The idea is to have a horizontal meny like this. .... And the plus side of this menu is that html consists of just some ... I configured your script to show basicmenu instead of menubar - your code saved me many hours!
Oct 13, 2009 ... Now everytime I create a new page, I am copying the html code of these .... a template on which the sidebar may appear as "horizontal bar",
The menu bar structure then can be linked to the EIK_APP_INFO resource, .... The client code can specify context menu with CEikMenuBar 's ... It is possible to enable horizontal scrolling (the so called marquee) of long menu items that
Spry menu bar -How to do an image rollover Spry. ... <ul id="MenuBar1" class=" MenuBarVertical"> <li><a href="index.html" ... I tried adding this code to the sprymenubarvertical.css, but it doesn't work smallpaw_over.gif)
Mar 15, 2010 ... Copy and Paste the Statcounter html code in the box provided. .... Click "Users" in the horizontal blue menu bar at the top of the page