- Visible over select boxes, iframes, pdf, flash, Java applets. - Items with icons - Relative/Absolute menu position - Sound support! - Filters and Transitional effects - Image arrows - UL/LI items structure - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time.
Submenus drop down over all the objects of the page (select, flash, object, embed, applet). If for some reasons a submenu can't drop down over an object, the latter will be hidden for a time when the submenu is shown.
These effects will make your menu more attractive and stylish. You can cast a shadow on the menu and submenus, set transparency. Among available transitional effects there are such as fade, mosaic, random dissolve, slide out and many others.
Create individual styles and assign them to any submenu and item. Use individual styles to achieve stunning effects!
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:
Now it works fine in Firefox and mostly in IE.... Only problem... In IE...
When the page with dhtml tab menu first loads ... It does not load the content of the first DIV.... It's fine in Firefox...now IE just does not load the first div... I've tried added a JS function to set to visible the first DIV onLoad...but that does not work either...
Is there anyway to hard-code in ...to set the first DIV to visible?
A:I've just checked your website. Your dhtml tab menu work correctly.
You should check that you use correct value of var bselectedItem=1; parameter.
That is mean that second item in menuItems array will be highlighted. ["-","", "", "", "", "", "", "", "", ], //0 ["About","content1", "", "", "", "", "", "", "", ], //1 ["FAQs","content2", "", "", "", "", "", "", "", ], //2 ["Before & Afters","content3", "", "", "", "", "", "", "", ], //3 ["Pre/Post Care","content4", "", "", "", "", "", "", "", ], //4 ["Special Offers","javascript:location.href = '../specials/index.htm'", "", "", "", "", "", "", "", ], //5
Now you have also: <script type="text/javascript" src="data-deluxe-tabs.js"></script>
It's me again, I got the buttons to show... Now, looking to get the floating feature to work in the java script menu.
A: To enable floating feature you should set the following parameter:
var floatable=1;
Check also that you have dmenu_add.js file in the same folder withdmenu.js file.
Q:
The reason why I bought this javascript menu html was its ability to float. I have inserted the following data under Floatable Menu but my menu is fixed like a rock.
var floatable=1; var floatiterations=6 var floatableX=0 var floatableY=1;
I hope you can help me once again
A:Notice, when you use floatable menu you can't use relative menu position. So, if you use
var absolutePos = 0;
and to center the menu you use <p> or <div> with the center alignment your menu won't float. To center your floatable menu you should set absolute coordinates.