- Sound support! - Status string shows item labels - Top items and submenus have a shadow - Submenus dropdown on mouseover - Submenus go over all page objects - Filters and Transitional effects - Inactive/Disabled items - Horizontal or vertical orientation
Create contextual menus for your pages. For this purpose you should assign a special function for the object you want. The current coordinates of the mouse pointer or your own ones can be used for the contextual menu.
When the submenu is larger than the visible area of the page the submenu will be automatically decreased. To see all the submenu items you do not need to use scrollbars or something like that - just put your mouse to the bottom of a submenu and it will be automatically scrolled! You can also specify height and width for each separate submenu.
Build menus completely based on Cascading Style Sheets. It is possible to appoint the individual CSS styles for separate elements of the 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: In javascriptcoding.
I have id of the submenu.
How can retrieve id of the parent menu?
A: You can try to use the following function
function dm_ext_getSubmenuParams (menuInd, submenuInd)
Returns submenu parameters in the array: [submenu_id, items_count, parent_item_id, submenu_level, is_horizontal]
menuInd - index of a menu on a page, >= 0. submenuInd - index of a submenu, >= 0.
Using this function you can retrieve the parent_item_id.
More info see: http://deluxe-menu.com/functions-info.html
Q: I have used the menu features many times and am used to having the code to be inserted into the html page provided when the project is saved. I have successfully created my first popup window (not the popup menu) which I want to use for text information to open when a text is clicked. The preview has this working fine but when I saved the project there was no code created to install on the site and I cannot find directions within the program or at your website. Please advise on how to install a created javascript popup window to an XHTML page linked to text.
A:For example you want to open your popup window when you click the link on your page.
You should do the following: 1) Open your page (for example index.html page) in any text editor. Add link in the place where you want to have it and specify the ID (for example: win1) for it, for example:
<a href="javascript:;" id="win1">Click Here to see a window</a>
2) Create a popup window in Deluxe Tuner. Add your content. You can use HTML content, Iframe (url) or any object on your page as popup windows content - Object ID. For example select HTML content (winContent parameter in the 'Common' section) and add the content in HTML Content window, for example:
This is a simple HTML code for content. Here you may also set link to content page or ID of some element.
3) In the 'Actions' section specify the id of your link (win1) for the onClick event. See the attached screen.gif. 4) Select the template you want to use. 5) Export your popup window to HTML page. File -> Export -> To HTML. Save it in any testfolder. So, you'll have: deluxe-popup-window.files/ deluxe-popup-window.html deluxe-popup-window.js
6) Open the generated deluxe-popup-window.html file in any text editor. Copy all code for Popup window and paste it in the beginning of the <body> tag: ... <body> <!-- Deluxe Popup Window --> <noscript><a href="http://deluxepopupwindow.com">menu drop down by DeluxePopupWindow.com</a></noscript> <script type="text/javascript" src="deluxe-popup-window.files/dpopupwindow.js"></script> <script type="text/javascript" src="deluxe-popup-window.js"></script> <!-- (c) 2009, DeluxePopupWindow.com -->
7) Copy 'deluxe-popup-window.files/' folder and deluxe-popup-window.js file into the samefolder with your index.html (root folder of your website).
Q: I have seen a certain menu effect on a few websites and have so far been unable to reproduce it in simply HTML/CSS. Today I saw the effect on a website, looked at the source code and it appears they are using some of your code.
I have a fairly typical screen layout with a menu bar on the left hand 10% of the screen and the main screen content on the right 90%. Some of my screens get very long, so that when you scroll all the way down to the bottom, the menu is left way up off screen. I would like the menu block to move down so that it is always a certain number of pixels below the top of the viewed screen, not the absolute top of the page. Is this something your software does? If so, which one of your products?
A:You can create such menu with Deluxe Menu. You should use floatable menu, so you can always see the menu. But to use the floatable feature
To download this component go back to Download menu ... Hello can anybody help me to put the module in horizontal y tried to change the css and put like in this ... <script language="javascript" type="text/javascript">
Can you make complete theme for indexhibit with this menu? .... with my first question...this will never work in IE6 without some javascript. ... Just been wanting a horizontal menu that opens with the hover over the
Jan 27, 2009 ... [Archive] Simple horizontal menu problem(s) JavaScript. ... The following is a very simple horizontal menu, but it does not do quite what I
As you can see I used some javascript for the Menu (when you hover over the ... function makeScrollbar(content,scrollbar,handle,horizontal,ignoreMouse){
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,
"accordian menu" setup except that my layout doesn't allow me ... HTML code and all the Javascript and jQuery code, so I can change it .... white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px;
JavaScript menu object. The menu object is supported since WRT version 1.0. The menu object .... onSelect = function(Integer id) { } or MenuItem. ... How to switch between horizontal and vertical layout in Qt for Symbian
javascript: Copy To Clipboard. /*Initialization code*/ var menu = <menupopup ... appendChild(element); this.type = "menu"; this.orient = "horizontal"; this
Aug 18, 2010 ... The VALUE is what the tab or button will display in your horizontal menu. You will also have to make 1 version of the whole code for each
Type CSS is depending on type of used navigation (horizontal, vertical) ... The tree menu on the other hand expands with out getting cut off. ... script type=" text/javascript" src="fsmenu/fsmenu.js"></script> <script
DropDown Menu. The most powerful JavaScript Menu on the Web! ... Create horizontal Flash menu horizontal Flash menu either in Dreamweaver or Flash? for CSS