- Inactive/Disabled items - UL/LI items structure - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Text aligned to left - Personal CSS styles for separate menu elements - Top items and submenus have a shadow - AJAX menu loading - loads web menu data from the server "on-the-fly". - Several menus on one page
Good navigation is an important step to website success. If people can't find their way around the site, they will quickly give up looking and leave, never to return. So, it's absolute vital that your website has a fast, neat, and eye-pleasing navigation. Don't allow your website visitors to get lost. Try Deluxe Menu!
Q: I am using Javascript Menu. Deluxe Menu. v1.12 How can I upgrade to v.2.0?
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:
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
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: 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: I have included one of your (great) horizontal menus on a site I am working on - it's working well, apart from in IE (v6.0), it appears with a drop shadow - do you know how to get rid of this?
A: Thanks for your interest in our products. You should set the following parameter:
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