- Search feature - add the search area in the menu and type symbols. - Unlimited number of sub levels - Image arrows - 85% transparency for sub menus - Text aligned to left - Visible over select boxes, iframes, pdf, flash, Java applets. - Status string shows item labels - Personal CSS styles for separate menu elements
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: I’m interested in buying your products. I have no experience in programming, only know html/php. How easy would it be to set up these mouseover menus? I understand your explanation of copying scripts into the relevant html pages. But what about inserting the menus? Do I have to program them myself?
A: Unfortunately we don't have step by step tutorial now. We'll try tocreate it in the nearest time.
1. Create your menu in Deluxe Tuner application. You can create any menu as you like in Deluxe Tuner.
You can use ready to use templates. You can find them in the templateswindow.
When you open Deluxe Tuner ( Deluxe Menu ) you can click "File/New" and add items and subitems using buttons "Add Item" and "Add Subitem" onthe main window.
You should set items and subitems parameters on the "Item Parameters"window. See also other parameters for the menu on the main window.
More info about menu parameters you can find on our site (you can alsouse local version of the site which you can find in the trial package "Deluxe Menu / deluxe-menu.com /")
2. You should install the menu on your page. You can click, for example, File/Export to HTML (you can't do it inthe MAC version).
Add several rows into your html page.
<head> ... <!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath="deluxe-menu.files/";</script> <script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script> <script type="text/javascript" src="data-deluxe-menu.js"></script> //data-deluxe-menu.js - data file created in Deluxe Tuner. ... </head>
You should also copy all engine files: dmenu.js dmenu4.js dmenu_add.js dmenu_dyn.js dmenu_key.js dmenu_cf.js dmenu_popup.js dmenu_ajax.js dmenu_search.js into "deluxe-menu.files/" folder. You should place this folder in thesame folder with your index. html page.
Try that.
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: Is there a javascript function I can call to switch from one tab to the next in the javascript jump menu?
A:You can use the following function:
dtabs_itemClick(menuInd,itemInd);
menuInd - index of the javascript jump menu on your page (>= 0) itemInd - index of the item you want to open (>= 0)
Q: Do you have any working examples of a menu generated using .php from a MySQL database?
Our website is dynamic from a MySQL db and we already have categories and sub-categories. It would be useful if we could use this with our deluxe menu.
I don't know how to set this up, so any assistance would be appreciated.
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.) ];</script>
The example of the menu working with PHP/MYSQL you can find here: http://deluxe-menu.com/rq-loading-bar-MySQL-support.html
You can enter the following meta tag in your html: ... I am sure you can add some javascript that only displays the phone numbers after a delay. .... BTW: Disabling skype plugin using Skype button on the toolbar doesn't
Is there a Java script that will work with Pbase so that people cannot right click .... appName == 'Microsoft Internet Explorer' && event.button==2) { .... Nice scripts, but I think you need add this code in html header:
refer to this js code from where you have your form function disableOnSubmit( form ){ ... it seems to disable it before it submits it? ... <meta http-equiv=" Content-Type" content="text/html; charset=iso-8859-1"> </head>
Jun 24, 2009 ... I did find a lot of sites and html tutorials on this problem but ... <script language="JavaScript"> <!-- //Disable right mouse click Script
Apr 6, 2010 ... Anyway, the HTML upload form works fine when I disable the flash plugin in firefox. ... Here you can see the JavaScript code that is called when opening ... The bowse button doesn't working. Someone had recommended that
Well that is the most annoying thing ever. I Found this tutorial, wich gets rid of that problem with JavaScript: ... html/javascript - Enable/Disable links
Jun 9, 2006 ... Post subject: Re: disable Javascript and the whole Admin backend is unasble, ... when javascript is disabled all you get is standard HTML text links ..... just my 2ct: if the only intend to ommit an "ugly" FORM button in
Currently when I double-click the submit button, the form gets sent out twice. ... I guess I need some sort of javascript for this, ... Alot of scripts use: action=\"$PHP_SELF\", or for html: action="<?PHP_SELF?>"
Apr 29, 2010 ... For block the right click in html you can use Java script coding. .... were made as to why Cara wanted to 'disable' the right mouse click,
Jun 7, 2009 ... Hi Everyone, Im trying to create a simple enable/disable code but can't actually do it. So basically lets say we have 3 labels which links
Unless i am missing something... it appears that you cannot disable the javascript based add to cart button... I have changed "settings -> dynamic HTML
oCommandBtn = CType(oCtl, Button) oCommandBtn.Enabled = False ... Is there a way so that when you disable all the controls their background ... Id of the Form found in the HTML tab <FORM language=javascript id=Form1
This example demonstrates how to disable the dragging of images and the selection of ... images inside HTML button elements can be dragged, even by accident. ... Source: JavaScript. For each element to which you want to
Jul 9, 2009 ... var rows_limit = 0; // Set to 0 to disable limitation function addRow(table_id) .... <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> .... The only thing, the delete button doesn't work there
Dec 15, 2008 ... As you see I have a lot of radio buttons to enable / disable so I want to access ... However, it is a HTML value and not an XHTML value
Dec 22, 2006 ... How do you disable a control, more specifically the input box. I tried to set the disabled .... button.onClick = function(){ alert("input text: " + obj. ... / javascript.forum.9294.3/dropdown-control-instead-of-combo.html