- Unlimited number of sub levels - Sound support! - Submenus go over all page objects - Hundreds of pre-designed templates - Search feature - add the search area in the menu and type symbols. - Relative/Absolute menu position - Keyboard navigation - press Ctrl+F2 to enter the top menu - Items with icons
Sub menus dropdown over all the objects on the page (select, applet, flash, object, embed). If for some reasons (old browser) a submenu can't go over an object, the object will be hidden for a time when the submenu is shown.
Design personal styles for any submenu and item. Use individual styles to rich killer visual effects!
These effects will make your menu neat and chic. You can set transparency, cast a shadow on the menu and submenus. Among available special visual effects there are random dissolve, fade, mix, mosaic slide out and many many others.
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:
When I save the file in our folder all the icons stop showing. I placed a image folder in our IE folder and still no icons are showing.
A:You should check all your paths. Please, check that you have correct paths in the tmenuItems. Forexample:
["|Samples", "", "icon3_s.gif", "icon3_so.gif", "", "Samples Tip"], ["||Sample 1", "testlink.htm", "iconarrs.gif"], ["||Sample 2", "testlink.htm", "iconarrs.gif"], ["||Sample 3", "testlink.htm", "iconarrs.gif"], ["||Sample 4", "testlink.htm", "iconarrs.gif"], You can also try to use the following parameter:
var tpathPrefix_img = "img/";
Q:
Is it possible to have the actual words clickable in order to open up a sublevel menu instead of having to click on the + symbol?
A:Yes, you can do it. You should set this parameter:
var texpandItemClick = 1;
Q:
There is a portion of my site that is set to produce frames and I was wondering if there is more information about setting links in a javascript collapsable menu to selected frame pages?
A: You can specify target parameter for each item in javascript collapsable menu individually.
For example you can specify the name of the frame in the menuItems where you would liketo open your link:
Dec 9, 2009 ... NOTE - THIS HAS BEEN FIXED - THANK YOU! Scroll down to the comments to find out how :) ORIGINAL POST: Hi all! I'm having a problem with a
Sep 23, 2009 ... This is another of the three files: INDEX.HTML ----------------- <head> <title> CSS DropDown Menu</title> <meta http-equiv="Content-Type"