- Sound support! - Special JavaScript API for changing javascript menu "on-the-fly" - Text aligned to left - Items with icons - Cross-frame support - menus work on frameset-based pages - Search feature - add the search area in the menu and type symbols. - 85% transparency for sub menus - Submenus automatically scrolls
Good navigation is an important step to website success. If people can't find their way around the site, they will quickly give up looking and leave, never to return. So, it's absolute vital that your website has a fast, neat, and eye-pleasing navigation. Don't allow your website visitors to get lost. Try Deluxe Menu!
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: We had a strange problem with the menus when the sub menus are over applet in https: the applet disappeared.
After doing some Investigation in your code we noticed that you are using in HTTPS mode div instead of Iframe.
We would be happy if you can tell us why you are using div in this mode and if we will use http mode will it cause something that can affect the menus
A: Iframes don't work on https:// websites. You'll get warning message. That's why we're using <div> tag.If for some reasons a submenu can't drop down over an object the latterwill be hidden for a time when the submenu is shown.
If you use Deluxe Menu on https:// website, submenus won't drop downover select boxes within iframe objects. It works fine on a non-secureservers only.
Q: I have been trying to get ‘Content’ in to the float tab, and I cannot find how that is done.
A:You should specify any Object ID name of the DIV.
See, for each item you should assign the ID property of the contentDIV (see data file with your menu parameters).
And on your html page you should create DIV's with such ID. You canset background image for these DIV's in styles.
<div id="contentName" style="height: 0%; visibility: hidden; background-image: url('img/back.jpg'); background-repeat:repeat-y;" class="tabPage"> <p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p> You should paste your content here!!!!! </div>
<div id="contentDescription" style="height: 0%; visibility: hidden;" class="tabPage"> <p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p> You should paste your description here!!!!! </div>
Q: We need Asian fonts to be displayed on the menu. Is there any way that we can really make it happen?
The constraint is we have to display the drop down in Cross Frame and Cross Domain environment. Your inputs will be really appreciated.
A:You can use any font in your menu. You should install the font on your computer.
You're able to use any characters for Deluxe Menu in the same way asyou use them for standard html page. The only issue is that submenus can be shown in incorrect positionwhen you're using dir=rtl for your page.
var dmRTL = 0; Set this parameter to 1 if you're using right-to-left direction of html page <HTML dir=rtl>.Use also var smViewType = 2;for right-to-left languages.
Mar 29, 2006 ... So when I am in Firefox and have the addresses' drop down list open – if I scroll in the addresses drop down list, the list will close and
When I use the internet I can't view any options for the drop down boxes, ... on the arrow the box appears white and when I scroll down they still don't appear. ... Transparent drop-down Menu and disappearing menu text -
Nov 7, 2003 ... Iam trying to get horizontal scroll bar for drop down box using HTML,css and javaScript, when value in drop down is toolarge. If any body know the solution,
This makes it stay above a dropdown menu and any other elements on the page. .... I'm trying to add a scroll bar of our news stories in between the headline
Jun 7, 2009 ... If you have a bookmarks folder which has a lot of bookmarks in it. ... 7 of 9 people found this answer helpful. Did you? Sign in to vote