- Top items and submenus have a shadow - Personal CSS styles for separate menu elements - Several menus on one page - AJAX menu loading - loads web menu data from the server "on-the-fly". - Filters and Transitional effects - 85% transparency for sub menus - Items with icons - Transition #14 - "fade out" effect
Setup menu parameters manually or using De Luxe Tuner. Then add some rows of a code within html page code and your menu is ready!
Use special Java Script methods for: Dynamic changing of items (link, text, icons, arrows and even individual style!). Addition/removing of items or submenus. Disabling and enabling menu items. Getting the info on every submenu, menu, and items. Changing appearance of items. Other coding tricks.
Cross-frame mode lets you to construct full-featured dhtml menus on the pages with frames. But for all that frame set it's not necessary to insert any additional code into all the pages - just specify several extra menu parameters.
Ability to handle the menu from the keyboard via keystrokes.
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: Would it be possible at some point to introduce more font decoration options to the mouseover variables, I would like to add bold as a mouseover font decoration, but obviously this is not possible at the moment.
A: Unfortunately, Deluxe Menu doesn't have such a feature. You can onlyset it's color. You cannot set the font of menu item bold when selected.
You should addthe following code in your data file:
function changeFont(obj, over) { obj.style.fontWeight = over ? 'bold' : 'normal'; obj.style.fontSize = over ? '13px' : '12px'; // You can not use this line }
Q: Hello I purchased the deluxe menu for single website. I have a mac computer and cant open the exe installation file of drop down menu maker inside of it. Can I get around this problem? Please help asap.
A: Download trial package from our website on MAC.
You can find HTML version of drop down menu maker (MAC version) there.
Q: Now I experiences a problem with the Danish letters in dhtml menue. I have changed the letters in the scriptfile - but this does not work. Have we a problem with Danish letters?
A:Please, check that you've set "Tools/Use utf8 encode".
Notice that you should have UTF8 charset on your page too:
You can also use another charset on your html page and open your data file in text editor, enter thissymbols and save data file in the way you save your html page.
Notice that you should turn off "Tools/Use utf8 encode" setting in order to open your data file correctly in Deluxe Tuner.
Wordpress CSS- floating not working in IE Client-Side (HTML, CSS, JavaScript) ... The CSS works fine in Firefox/Safari, but didn't work correctly in IE. ... Banner Rotator · Flash Carousel · Image Scroller · Dock Menu · Flash Accordion · Cover ... Client-Side (HTML, CSS, JavaScript), Art and Design
Nov 13, 2010 ... I'm trying to get the menu to show up and it won't. Here is the HTML code: Here is the javascript: Here is the CSS ... ... <ul class="dropdown" style="width: 130px; float:left; margin:0 30px 0 0;">
Apr 1, 2011 ... CSS. Code: div#crd_menu { width: 100%; height:33px; float: left; margin: 0; .... I'm using a jquery menu and javascript not working : menu
and then you'll have to use javascript to change the image when the mouse cursor ... background: url("css-hover.png") 0 0 no-repeat; float: right; ... BUT! remember to change width & height of "menu" div in the CSS file!
Personally, I would try floating all the list item and add ... (#menu ul li ( style.css line 82) ) so the menu resizes to the ... Is this possible and easily done? im ok with CSS, but have no idea about php and js
Apr 8, 2011 ... css code. body, html { font-family:Trebuchet, Verdana, Arial, Helvetica, sans- serif; ... Wraps all page content */ #pagewrapper { clear:both; float:left; ... [code=javascript]var MMarray = new Array(); // array of Main Menu objects ... This function will create an extra div below each menu
... width: 90px; height: 32px; float: left; color:#000; background-image: url(.. /. .... I imported CSS via ATO --> Add HTML/CSS Inserts --> CSS Inserts which worked. ... But then I tried to add the javascript under ATO --> Add HTML/CSS -- > HTML .... WP Menu Manager javascript not working? devarah
Javascript menu problem. I am making new site. ... #topnav ul li{ margin: 0; padding: 0; height: 54px; float: left; position: relative; } ... in module dj slider css, so I don't know where should I add z-index: 10