- Inactive/Disabled items - Personal CSS styles for separate menu elements - Cross-frame support - menus work on frameset-based pages - Image arrows - Special JavaScript API for changing javascript menu "on-the-fly" - Text aligned to left - Submenus go over all page objects - Transition #14 - "fade out" effect
Setup menu parameters manually or using De Luxe Tuner. Then add some rows of a code within html page code and your menu is ready!
Use special Java Script methods for: Dynamic changing of items (link, text, icons, arrows and even individual style!). Addition/removing of items or submenus. Disabling and enabling menu items. Getting the info on every submenu, menu, and items. Changing appearance of items. Other coding tricks.
Cross-frame mode lets you to construct full-featured dhtml menus on the pages with frames. But for all that frame set it's not necessary to insert any additional code into all the pages - just specify several extra menu parameters.
Ability to handle the menu from the keyboard via keystrokes.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: Hi, just a quick question, is it possible to change which tab is displayed when the page is first rendered.
For instance, if you have 4 tabs, going right to left, can you load the css menu tabs with the second tab being displayed first?
A:See, if you use Tab Mode var tabMode = 1;
var bselectedItem = 0; //main items var bselectedSmItem = -1; //submenus
If you use var tabMode = 0; var bselectedItem = 0;
See, the ID of the item starts with 0.
So, if you use TabMode ( var tabMode=1;):
var bselectedItem = 4;
["-", ] - separator, ID = 0 ["Mac Tab 1", "content1"], ID = 1 ["Subitem1","testlink.html",] ID = 2 ["Subitem2","testlink.html",] ID = 3 ["Mac Tab 2", "content2"], ID = 4 // selected tab ["Subitem1","testlink.html",] ID = 5 ["Subitem2","testlink.html",] ID = 6 ["Mac Tab 3", "content3"], ID = 7 ["Subitem1","testlink.html",] ID = 8 ["Subitem2","testlink.html",] ID = 9 ["Mac Tab 4", "content4"], ID = 10 ["Subitem1","testlink.html",] ID = 11 ["Subitem2","testlink.html",] ID = 12
If you use tabs ( var tabMode=0;):
var bselectedItem = 2;
["-", ] - separator, ID = 0 ["Mac Tab 1", "content1"], ID = 1 ["Mac Tab 2", "content2"], ID = 2 // selected tab ["Mac Tab 3", "content3"], ID = 3 ["Mac Tab 4", "content4"], ID = 4
Q: We would like it so when you click on an option in the free dhtml menu, the page shows up in the main middle frame..So far, I can only seem to get it to show up in its own page.
A:You should set the correct target parameter for your items.
You can set target parameter for all items: var itemTarget="main";
Where main - is the name of the main middle frame where you want to open the link. ["Home","testlink.html", "", "", "", "main", "", "", "", "", "", ], Q: We're willing to use your tool. We saw in FAQ that is possible to read/insert data from a database through PHP. After some trys it's seem simple, but we need some information on how is data formated e.g:
1 Jul 2010 ... He creado una web con iweb en la que hay un slide (js) y un ... Ya que es muy común que los webmaster y webmistress hagan menús desplegables dinámicos e ... Se me hace a mi juicio mal que le den más valor a un menú plano
1 Jul 2010 ... He creado una web con iweb en la que hay un slide (js) y un ... Ya que es muy común que los webmaster y webmistress hagan menús desplegables dinámicos e ... Se me hace a mi juicio mal que le den más valor a un menú plano
1 Jul 2010 ... He creado una web con iweb en la que hay un slide (js) y un ... Ya que es muy común que los webmaster y webmistress hagan menús desplegables dinámicos e ... Se me hace a mi juicio mal que le den más valor a un menú plano