- Hundreds of pre-designed templates - Cross-frame support - menus work on frameset-based pages - Image arrows - Submenus go over all page objects - Several menus on one page - Unlimited number of sub levels - Items with icons - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time.
You can set the size of the menu in pixels, percent or other units. The menu may have an absolute or relative position (it can be inserted into the table).
Use any necessary font of any color, size and font decoration. Create any available type, thickness and color of a menu's frame.Choose any color for backgrounds of submenus and items.
Specify various values for padding and spacing for the whole menu and for each separate submenu.
You can specify a time for delays in showing or hiding of a submenu. Use special prefixes for image paths and links to make paths absolute.
Create separators using your own pictures, size and alignment.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I've looked through the FAQ's till my eyes burned... I know how to collapse/expand all on page load, but can't find an answer to this specific question
I am using tsaveState=1 and tcloseExpanded=1 and that works great when navigating the javascript vertical tree menu. But I'd like to be able to tell the javascript vertical tree menu to collapse all the way on the initial page load, without resetting those first two variables.
for instance;
a user logs on, goes to the order page, uses the menu to navigate and place an order. After the order is processed through a php verification page, the user is directed back to the order page via the php header() function, with the menu still intact, and the values of the order updated.
But once the user navigates away from the order page, and then returns to complete another order, I'd like the menu items to all be collapsed.
If that's not an inherent design of your menu program, is there a variable that I can pass with the initial load that will cause a full collapse?
A: No, unfortunately there is no such parameter in Deluxe Tree.
But you can try to delete var tsaveState=1; parameter from your data file and add it on your html page directly.
So, on your initial page you can set: var tsaveState=0;
and on other pages you should set: var tsaveState=1;
Q: How can I make items appear much more quickly in the drop down menu samples? They appear but only after mouseing-over the menu and waiting for approximately one second.
A:Try to adjust the following parameters:
var dm_writeAll=0;
var smShowPause=100; var smHidePause=1000;
var transDuration=150; var transDuration2=200;
You can also turn off transitional effects var transition=-1;
Q: On my website I am a total of 2 menus being generated. How do I correctly generate "SE-Friendly Code" if I have 2 menu in javascripts? The "DM Links" code that is being generated will have a few of the same dm id because the menus are created seperate. How do I get it so each menu will have different dm id with no overlaps?
A:The identifiers in these links are additional parameters. <div id="dmlinks" style="font:undefined;color:#000000;text-decoration:none"> <a id="dmI0" href="testlink.html">Home</a> <a id="dmI2" href="testlink.html">Features</a> <a id="dmI4" href="testlink.html">Description of Files</a>
You can delete these identifiers or leave them.
So, if you have several menu in javascripts on the same page you should generate twoblocks of search engine friendly code and add them on your page.