- Image arrows - Sound support! - Relative/Absolute menu position - Submenus dropdown on mouseover - UL/LI items structure - Top items and submenus have a shadow - Items with icons - Keyboard navigation - press Ctrl+F2 to enter the top menu
Good menu is an essential part of website commercial success. If people can't find their way around the site, they will fast give up seeking and retire, never to return. So, it's extreme serious that your website has a accurate, precise, prompt, and navigation of immaculate appearance. Don't let your web site guests 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: For the last two days I've been trying the above product, and I'm very impressed with its flexibility and features, and I'm about to buy it, I have only one question that I couldn't figure out the answer.
I'm using the Navigation BAR TABS. What should I do in order to link one of the horizontal drop menu tabs to the following object 'BLOG' as in the following example / piece of code. (When the user selects one specific tab, a blog should be displayed.
I'm looking towards your reply, as it seems your product is quite fit to perform the job in a straightforward manner.
A: See in Deluxe Tabs there is two modes:
1. var tabMode=0; You can create only one level of tabs and assign Object Id's of theDIV's to show when you click on the tab.
You can use Object ID as well as Link in both modes. Use the following prefixes within item's link field:
"object:" - means that there is object id after it; "link:" - means that there is a link after it. "javascript:" - means that there is a javascript code after it, for example:javascript:alert(\'Hello!\')
Q: When a user clicks on a javascript flyout menu item, I want to run a javascript function.
How can I do this in the data file?
A: You can use your own Javascript code instead standard javascript flyout menu links. For example:
var menuItems = [ ["text", "javascript:your_code_here"] ];
Q: Can I use data from a SQL server using ASP for drop down menu code?
A: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">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "menudir/";</script> <script type="text/javascript" src="menudir/dmenu.js"></script> <!-- (c) 2006, 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.) ];
9 Mar 2010 ... Formularios Los formularios interactivos permiten a los autores de páginas Web poner elementos interactivos en sus páginas, por ejemplo,
Y al verlo...pues nada no se ve nada, me refiero a que no se despliega ... por ejemplo si escojiste que el transmenu tenga los items de othermenu. ... He seguido tus pasos y todo OK, gracias!!! lo importante era crear los items de menu y asignarle el ... Transmenu dropdowns and form fields (DHTML problem), cozimek
9 Mar 2010 ... Formularios Los formularios interactivos permiten a los autores de páginas Web poner elementos interactivos en sus páginas, por ejemplo,
Y al verlo...pues nada no se ve nada, me refiero a que no se despliega ... por ejemplo si escojiste que el transmenu tenga los items de othermenu. ... He seguido tus pasos y todo OK, gracias!!! lo importante era crear los items de menu y asignarle el ... Transmenu dropdowns and form fields (DHTML problem), cozimek
22 Jul 2009... que se encarga del despliegue, ¿existe algun parametro que solucione esto? ... por ejemplo el tratar de evitar que los visitantes den click ... cuando en realidad querian hacerlo sobre algun elemento de navegacion,
Y al verlo...pues nada no se ve nada, me refiero a que no se despliega ... por ejemplo si escojiste que el transmenu tenga los items de othermenu. ... He seguido tus pasos y todo OK, gracias!!! lo importante era crear los items de menu y asignarle el ... Transmenu dropdowns and form fields (DHTML problem), cozimek
9 Mar 2010 ... Formularios Los formularios interactivos permiten a los autores de páginas Web poner elementos interactivos en sus páginas, por ejemplo,
22 Jul 2009... que se encarga del despliegue, ¿existe algun parametro que solucione esto? ... por ejemplo el tratar de evitar que los visitantes den click ... cuando en realidad querian hacerlo sobre algun elemento de navegacion,
22 Jul 2009... que se encarga del despliegue, ¿existe algun parametro que solucione esto? ... por ejemplo el tratar de evitar que los visitantes den click ... cuando en realidad querian hacerlo sobre algun elemento de navegacion,