- Several menus on one page - Top items and submenus have a shadow - AJAX menu loading - loads web menu data from the server "on-the-fly". - Items with icons - Submenus dropdown on mouseover - Cross-frame support - menus work on frameset-based pages - Submenus automatically scrolls - Special JavaScript API for changing javascript menu "on-the-fly"
Good navigation system is an important part of web site success. If people can't find their way around the site, they will rapidly give up looking and go, never to return. So, it's very significant that your website has a neat, fast, and gratifying to the eye navigation. Don't permit your web site visitors to get lost. Try Deluxe Menu!
Q: Actually, we figured out how to adjust the alignment of the text. What we would like to do is set a specific width for each item on the top level of the menu. Right now the width of the menu is based on the length of the item in that hotspot. We would like the width of each of those options to be the same.
A:You should use individual item styles. For example:
You can use Object ID as well as Link in both modes. Use the following prefixes within item's link field:"object:" - means that there is object id after it; "link:" - means that there is a link after it. "javascript:" - means that there is a javascript code after it, for example:javascript:alert(\'Hello!\')
So, you should write for example: ["|Link 1_1","object:Content1_1", "", "", "", "", "0", "", "", ], Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I want to use function dtreet_ext_userRightClick(itemID) {
alert(itemID[0]); ???
return false; }
But how do I refer to tmenuItems array using itemID in the javascript? For example, if I want to pop a link text, should I use alert(itemID[0]))? It doesn't work. Please let me know how I refer to the menu.
A: You should use the following function to get item's info:
dtreet_ext_getItemParams (0, itemID);
For example:
<script type="text/javascript">
function dtreet_ext_userRightClick(itemID) { var link = []; link = dtreet_ext_getItemParams (0, itemID); //Returns item parameters in the array: // [item_id, index_within_submenu, parentID, level, has_child, child_count, expanded, text, link, target, tip, align, icons, hidden, disabled, visible]
Mar 11, 2006 ... If you use a DHTML menu rather than a pure JavaScript menu you should be ok. One of my sites is Cobalt Capital (feel free to steel the drop down markup)
I have created a three-level Vista style javascript vertical menu.." Transparent Hover Menus Javascript. "..I like about cascading drop down list is its
Jun 10, 2010 ... Hi, I a few days ago I came across Paradox's code for a drop-down menu and wanted to write my own tutorial to describe how such a menu can