- Items with icons - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - AJAX menu loading - loads web menu data from the server "on-the-fly". - Several menus on one page - Horizontal or vertical orientation - Sound support! - UL/LI items structure - Submenus go over all page objects
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: We're looking to purchase the developer's license for the Deluxe menu/Tuner program and are not sure which to get. It shows one that doesn't contain the dhtml scripts source code and one that does. What is the importance of having the javascript source code? Will the program not work correctly if you don't have it?
A: See in Single Website License, Multiple Website License and DeveloperLicense our source code is obfuscated. And in Developer License with Javascript Source Code you can see thecode and change it.
But we DO NOT provide technical support for modified source code.
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: The nav is currently to the left of a flash animated area. And when a link in the dropdown menu is hovered upon the box opens but the flash turns white below the nav box.
A:You should add "opaque" parameter for <object> and <embed> tags.
See, how you should install flash on your pages. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="150" width="800"> <param name="movie" value="2008 flash.swf"> <param name="quality" value="high"> <param name="wmode" value="opaque"> <embed src="flash_files/2008%2520flash.swf" quality="high" wmode="opaque" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" height="150" width="800"> </object>
Submenus will overlap flash correctly in that case.
Q: I am Registered user. My question is: Can you have borders around the sub-menus only. If you can how is this done, if it is done in the individual styles can you walk me through that. I tried it there but for some reason it wasn’t working. I'm thinking I wasn’t selecting the correct item to edit.
A: You should create Individual style and assign it to the first item in each submenu.
var menuStyles = [ ["menuBorderWidth=1","menuBorderStyle=solid","menuBorderColor=#813A07"], ];
Jun 5, 2008 ... It's not trivial though, for a JavaScript beginner. ... If no one else has, I will try to post the JS sometime tomorrow or this weekend. ... Start a Sub-Menu within brackets [ ]; the first name will be the name of your sub-menu. ... right -click on the Destination name, and click "Set Destination"
Oct 29, 2010 ... I also disabled the Format submenu of the contextual menu, ..... You should be able to put an id on a sub-expression and then get events such as clicks in the rendering ... are just ideas but I think the overall concepts are about right. I think your ideas about using JS as a functional language are
It is no longer necessary to download jquery-1.3.2.js in Step 1 or .... The old menu you could click on a category with no sub and it would show all ..... right now when the page first loads the menu is closed up until
Nov 3, 2009 ... according to the help page, one needs to add js code for onClick, but that doesn 't track people who right click and use the contextual menu
How can I add drop down menus or sub pages to my link bar or menu ... drag a text widget onto your page and click to edit it. ... don't want in the navigation into the panel on the right hand side. ... The inability to upload a menu css/js file, is a major drawback to using the free Yola software
//if clicked once, id is set as cookie, if clicked while it's open, both the accordion closes and cookie is deleted, .... adding menu.js to header // adding css to header (by lelebart) .... <td align='right' class='sub-header'> <select
Then all your JS and CSS needed for the menu you have will apply to the ... it has extra DIV-elements around the sub-menus, and easy thing to add. ... Without testing, I think this will create the right out put for you. .... Click 'Themes' at the top, now click the drop down and choose 'redeemer'
Sep 27, 2007 ... Click to See Complete Forum and Search --> : Need help with editing ... Here is the css and js files that came with it. ... What I want is for the sub-sublinks I want to create to go to the right or left of the sublink
Here in this tutorial I will tell you how to use an External JavaScript file, ... To protect things right-click menu can be disabled and I have seen matters
<li class="expand"><a href="#">Sub menu heading</a> .... The only thing when I click on a page link, the menu closes itself. ... have to look thru the JS to see if/what they use to make a menu open to a specific place, ... Right click and view source is a great way to see what you have to work with
Now if you're looking for multi-level support(sub- sub-menu), look here: ... That does not have the same effect in that it requires a click to ... I'm at a loss here...the js code is more complex than my knowledge of js. ... You were going in the right direction because I took your advice and get
Include a new javascript file to manage menu expansion and the ..... but when you click it, it closes the expanded menu. ... 2nd, I 'm still trying to get this to work but am feeling very clueless right now. i have
<script type="text/javascript" src="js/dojo-1.2.3/dojo/dojo.js" ... var menu = dijit.byId("tree_menu"); // when we right-click anywhere on the ... name :' fieldid3', type:'sub'}] }, { name:'Eixo 2', type:'Pasta', id:'4',
2) Subdirectory 'Javascript' of the Kooboo is renamed to 'Kooboojs'. This is to avoid namig conflict. JS files in this folder will be included in Kooboo module as well ... and also the paste function wasn't working on right click. ... how I can enable the SQLite menu item on the installation screen
From the Images menu, select Add images... Browse to the location of the folder you'd like to add and select the images. ... Right click on the picture and select "Edit images. ... Forum : Sub forum : Move this topic Cancel " Back. ... I have moved lightwindow.js to my public Javascript folder, and I The offending
I called menu on my top level ul and it shows the sub menu list in ... <script type="text/javascript" src="src/jquery-1.4.2.js"></script> .... is shown when you click on a menu bar (wiki visual design E2). If you have any in demo's on that please let me know so that I work in the right direction
Yup, that's correct, however you need to edit moomenu.js and template.css: .... A test sub menu (Polls) has been added under the "FEATURES" main menu item. ... go to the admin panel >> Module Manager >> Click on your drop down menu ... I will use it right now, thanks for all your help! ah72 wrote:
I don't want the sub menus to close if you click on another sub menu (if .... This works. but it initially shows the menu and then zips it shut right away: ... It's better to use the JS fix, because if the user has JS
Although on click takes me through to ... <script type="text/javascript" src="/ fg.menu.js"></script> ... <a tabindex="0" href="/menuContent.html" class="fg- button fg-button-icon-right ui-widget ui-state-default
Oct 21, 2007 ... Hello guyz, am testing the following javascript (its a kind of JS-menu) and works all right, but i want to get something more.. If i click
AnyLink JS Drop Down Menu v2.0- (c) Dynamic Drive DHTML code .... addDiv(null, dropmenuvar.divclass, dropmenuvar.inlinestyle) //create and add main sub menu DIV ... addEvent([menu.anchorobj, menu.dropmenu], function(e){ //CLICK .... Try making it left / right. This is based on my own experience
Jan 25, 2009 ... In the non-javascript version the sub menus were slightly misaligned, .... Also with the above CSS in the JS-on version the arrow-right images now dissapear .... I make this fix to apply click event only on real submenu