- Keyboard navigation - press Ctrl+F2 to enter the top menu - Top items and submenus have a shadow - Unlimited number of sub levels - Personal CSS styles for separate menu elements - Submenus automatically scrolls - Inactive/Disabled items - Special JavaScript API for changing javascript menu "on-the-fly" - 85% transparency for sub menus
Submenus can be shown in 4 ways: - From from left to right + upwards and also left to right. - From right to left and also from right to left + upwards (e.g. for right-to-left languages).
Use images for icons, backgrounds of submenus and items. Using images you can create menus entirely based on graphics.
Create both horizontal and vertical menus and submenus with any amount of menus on one page.
Insert any HTML code inside the menu item - be it a form or a picture, a flash-object or a text. This ability allows you to create various menus of any complexity.
Q: Your service is excellent and I am making progress learning the program. I was able to resolve the transparency issue thanks to your help but, but now I have another one that is stumping me.
I can get the menu to show up in my html document and it works as I hoped it would. However, no matter where I put the line of code in my html file, the down menu in dhtml always shows up at the very top of the page. The instructions indicate the following:
Copy the following code into clipboard and paste it into the place you want to have the down menu in dhtml:
For example, into a table cell: <table> <td><script type="text/javascript" src="newmenu2.js"></script></td> </table>
No matter where I put the code: <script type="text/javascript" src="newmenu2.js"></script>, the menu shows up at the top of the page. What am I missing?
A:Check that you're using relative position for the down menu in dhtml:
var absolutePos=0; var posX="0px"; var posY="0px";
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: How can I set the top-level hover menu items to be transparent?
A: You should create Individual Item and Submenu styles with transparent itemBackColor and assign it for the top items:
var itemStyles = [ ["itemBackColor=transparent,transparent","itemBorderWidth=0","fontColor=#000000,#000000"], ];
var menuStyles = [ ["menuBackColor=transparent","menuBorderWidth=0"], ];
Q: There is a very nice facility in the Item "MQ Result". If I select one Subitem the other dhtml navigation menu (opened) Subitem is closed.
Is there a way to get this facility for Items too? For example, I open "Adresse" and then "Stammdaten Adresse" and then the opened "Adresse" is closed.