- Hundreds of pre-designed templates - Transition #14 - "fade out" effect - Several menus on one page - Relative/Absolute menu position - Filters and Transitional effects - Top items and submenus have a shadow - UL/LI items structure - 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: I have just bought the software and created a first menu.
As you can see the sub-menus appear away for the menu/navigation bar.
This doesnТt happen when I put the code into an .html file without any divs.
Can you suggest what the problem might be here?
A:The problem is that the script can't get css properties of the object if they are described in separate .css block (or file). In other words, you can't get the value of "position" attribute of the object if the object doesn't have this property within inline style(style="position:absolute"). To get the value you should move .css style into style="" attribute.
Please, try to add your css file -> inline css, for example:
You should add <DIV id=nav_bar_main>
to the
style="position:absolute;"
So, you'll have:
<DIV id=nav_bar_main style="position:absolute;">
Check that.
Q: I'm trying to get the dhtml tab menu aligned to the right. Can you make a suggestion on how I can do this?
A:Try to install your tabs into the table with right alignment, for example: <table width='100%'> <tr> <td align="right"> <script type="text/javascript" src="test_files/tdata.js"></script> </td> </tr> </table >
Q: A lot of things have come in between... Just a few more Q's before I order.
1) At the bottom of the page you refer to below, there is a table showing the tmenuItems array, itemInd and " submenuInd ". But in the examples on the same page, the function "dtreet_ext_getItemIDByIndex" takes the arguments (menuInd, itemInd). Is the argument "menuInd" the same as "submenuInd" referred to in the javascript menu design??
2) When I highlight an item on "onload" I need to expand that item's parent(s), right? What will happen to other, already expanded nodes when I do that? Will they still be expanded or collapsed?
A: 1) menuInd is the index of a tree menu on a page, >= 0. First menu - menuInd=0 Second menu - menuInd=1 Third menu - menuInd=2 Fourth menu - menuInd=3 ...
2) Yes, the already expanded nodes will be expanded.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..