- Filters and Transitional effects - Top items and submenus have a shadow - Visible over select boxes, iframes, pdf, flash, Java applets. - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Hundreds of pre-designed templates - Sound support! - Image arrows - Text aligned to left
Apply any font of any color, size and font decoration you need. Use any available type, color and thickness of a menu's frame. Choose any color for submenus and items backgrounds.
Set the size of the menu in percent, pixels, or other units. This menu may have a relative (it can be inserted into the table, for example) or absolute position .
Specify various values for spacing and padding for the whole menu and for each separate submenu.
You can specify a time for delays in showing or hiding of a submenu. Use special prefixes for image paths and links to make paths absolute.
Create separators using your own pictures, size and alignment.
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 sure this is a pretty minor thing…When one of my dhtml menu dropdown items is a link to a url, is there a setting to change the cursor to a hand versus the normal arrow? Basically, I want the links of the dhtml menu dropdown items to look like most other links on any webpage.
A:Try to set the following parameter:
var itemCursor="pointer";
Q: We have a problem with true type fonts. The dropdown menu in html does not showing properly for Turkish letters. We are using true type fonts (bold 10px TR Tahoma).
A: Font.If there will be no TR Tahoma font on the user machinethe font won't be shown correctly. You can find another font similar to your font and write it through a comma.
You should choose the font among the following fonts: Arial Tahoma Times New Roman Trebuchet MS Verdana These fonts are installed on the most of windows computers.
For example: var fontStyle=["bold 9px TR Tahoma, Tahoma","bold 9px TR Tahoma, Tahoma"];
Or you can create images with text and use it for the top items.
Encoding.
You can save your data file in UTF-8 in Windows version of DeluxeTuner v3.2.5.
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 manuallychange your letters in any text editor.
You can also replace your letters with special sets, for example É - Capital E, acute accent - É ç - Small c, cedilla - ç var menuItems = [
Q: I have included one of your (great) horizontal menus on a site I am working on - it's working well, apart from in IE (v6.0), it appears with a drop shadow - do you know how to get rid of this?
A: Thanks for your interest in our products. You should set the following parameter:
JavaScript (not Java) Discussion and technical support, including AJAX and ... css, drop down menu, html, jquery, list Sliding Drop-Down List Menu Problem
Jan 26, 2005 ... I use firework to generate a javascript dropdown menu and added a swf file just below it. somehow, the swf file is overlaping the javascript
Jun 10, 2010 ... Hi, I a few days ago I came across Paradox's code for a drop-down menu and wanted to write my own tutorial to describe how such a menu can
Jul 18, 2010 ... On a bit of a steep learning curve with Javascript. ... basic online quote calculator for a website which works using two drop down menus
Feb 25, 2005 ... XML and drop down menu - please help ... grid with data from XML ; i've read / javascript.forum.1621.5/editable-templates-with-xml-data.html
Jan 6, 2007 ... Introduction:- Here I will show you how to go to different websites from a drop down menu Let's Begin:- Make this code between the HEAD
Mar 26, 2010 ... <script type="text/javascript"> <!-- //** Chrome Drop Down Menu- Author: Dynamic Drive ..... Een dropdownmenu kan ook zonder javascript
Apology for the JavaScript question in a Java Programming discussion board. Problem: On a HTML page, there is a JavaScript mouse drop down navigation menu
May 7, 2006 ... I am not aware of any DHTML dropdown menu script NOT being triggered by JavaScript. DTHML is the layout and JavaScript is the code that runs