- Sound support! - Hundreds of pre-designed templates - Submenus dropdown on mouseover - Filters and Transitional effects - Special JavaScript API for changing javascript menu "on-the-fly" - Several menus on one page - Inactive/Disabled items - Unlimited number of sub levels
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 downloaded the trial version of deluxe-menu. I created a four tab menu using the tab'stab menu generator; so far so good. I read the tutorial where to past codeand ensuring all items wire in the menudir/; so far so good. The problem, you talk about two> files 'dmenu.js' & 'data.js', these files were not created bydeluxe-menu program. Where are they, so that I can see if this thing works before buying, so far; not so good.
A:You may have another name for your data file (not data.js).
If you want to use tab menu you'll have dtabs.js engine file and data file.
1. create and save .js file with your menu parameters in Deluxe Tuner(you can use "File/Save as/HTML" function). You can enter any name you like, for example enter "tab". So you'llhave tab.html, tab.js files and "tab.files" folder with all menu files. 2. open your .html page in any text editor 3. Copy generated tab.js file and "tab.files/" folder in the same folderwith your index.html page. 4. Open generated menu.html in any text editor and copy several rows of code (<script> tags), For info see:http://deluxe-tabs.com/product-info/?installation
<head> <!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript" src="tab.files/dmenu.js"></script> </head> <body> ... <script type="text/javascript" src="tab.js"></script> ...
That's all.
Q:
I have a Deluxe Menu Multiple Website License and have been using it in several projects where it is running without problems. But now in my new project the sub menu won't drop down in the content frame, but will appear in the same frame as the main menu. What's wrong?
A:It seems that you open the submenu in the wrong frame.
Set ID for the first frameset: <FRAMESET id=frmSet rows=220,*> <FRAME id=frame1 src="Deluxe Menu Samples_files/cross-frame-horizontal-1.htm"> //menu frame <FRAME id=frame2 name=frame2 src="Deluxe Menu Samples_files/testlink.htm"> //content frame </FRAMESET>
Then you should open your data file in any text editor and change dm_init(); to dm_initFrame("frmSet", 0, 1, 0);
I need to include backgroundimages for my navigation, so I put them in the same folder where the "data.js" file can be found. I am using the deluxe tuner in order to call these files and it looks great in the preview. As soon as I save the file and load it in the browser, the background images are missing. Any solutions for this problem?
A:Now you have such paths for all your images data.files/image.gif
var itemStyles = [ ["itemWidth=128px","itemBackImage=data.files/nav01_off.gif,data.files/nav01_off.gif"], ["itemWidth=128px","itemBackImage=data.files/nav02_off.gif,data.files/nav02_off.gif"], ["itemWidth=128px","itemBackImage=data.files/nav03_off.gif,data.files/nav03_off.gif"], ["itemWidth=128px","itemBackImage=data.files/nav04_off.gif,data.files/nav04_off.gif"], ["itemWidth=128px","itemBackImage=data.files/nav05_off.gif,data.files/nav05_off.gif"], ];
But you don't have images in "data.files/" folder. That's why youcan't see them. Please, check all your paths.
You can use additional parameters to make menu paths absolute:
var pathPrefix_img = "http://domain.com/images/"; var pathPrefix_link = "http://domain.com/pages/";
These parameters allow to make images and links paths absolute. For example:
var pathPrefix_img = "http://domain.com/images/"; var pathPrefix_link = "http://domain.com/pages/";
var menuItems = [ ["text", "index.html", "icon1.gif", "icon2.gif"], ];
So, link path will be look so: http://domain.com/pages/index.html
Images paths will be look so: http://domain.com/images/icon1.gif http://domain.com/images/icon2.gif
Please, try to use these parameters.
Q:
Can we set the link of a java menu item to a javascript method?
A:You can use your own javascript functions in the menu items.
You should paste "javascript:some_function()" into item's link field, for example:
var menuItems = [ ["text", "javascript:your_function(...)", ...] ];
Jan 26, 2012 ... I need to put a image in a module but this image needs to have a mouseover image. This is the code i used: Code: But any of editors which
I can change the image using the function in onmouseover onmoousedown ... but if i insert onclicky... these function did ... Menu items may contain traces of nuts
Jan 24, 2006 ... As the menu drops over the iframe, when I move the mouse over the menu items which are on top of the iframe, it captures it as the mouseover
Oct 27, 2010 ... The only thing I changed was to remove 'visible' property for last menu item (' Login') so it would be displayed everytime. So the code is:
Aug 9, 2010 ... background: black; /*background of menu items during onmouseover (hover state)*/ }. Those are the basic CSS elements for the menubar, toss
How to add another submenu when mouseover on one of the dropdown menu items. in Getting Started • 1 year ago. Hi,. just want to ask some help in how can I