- Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Items with icons - Top items and submenus have a shadow - Submenus go over all page objects - AJAX menu loading - loads web menu data from the server "on-the-fly". - Unlimited number of sub levels - Hundreds of pre-designed templates - Transition #14 - "fade out" effect
Tune menu parameters manually or using Deluxe Tuner. Then add several rows of a code within html page - your menu is ready!
Use special JavaScript functions for: Dynamic changing of items (text, link, icons and even individual style!). Making a menu item active/inactive. Addition/removing of items. Changing of visibility of items. Getting the information on any menu, submenu and items. Other tricks.
Opportunity to control the menu from the keyboard.
Cross-frame mode allows you to build full-featured menus on the pages that use frame-based structure. But for all that it's not necessary to insert any additional code into all the pages - just specify some additional parameters of the menu.
Q: How change the color of the link in the dhtml vertical menu if the link is already visited.
A:Deluxe Menu has only two states normal and mouseover, butyou can highlight menu items in two ways:
Try to do the following things:
- delete var pressedItem=1; parameter from your data file - set correct parameter on each page before you call data file, forexample:
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "menudir/";</script> <script type="text/javascript" src="menudir/dmenu.js"></script> <script type="text/javascript"< var pressedItem=3;</script>
...<script type="text/javascript" src="menudir/data.js"></script> You can also set a pressed item using Javascript API:
function dm_ext_setPressedItem (menuInd, submenuInd, itemInd, recursion)
Sets a current pressed item. menuInd - index of a menu on a page, >= 0. submenuInd - index of a submenu, >= 0. itemInd - index of an item, >=0. recursion = true/false - highlight parent items.
But notice, to use dm_ext_setPressedItem() you should know ID of selected item and subitem. You can't get this ID after you reload your page. That is why you should write your own code on PHP. You can find more info here: http://www.deluxe-menu.com/highlighted-items-sample.html
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I am interested in this script
http://deluxe-menu.com/popup-mode-sample.html
Is that possible that the "2nd" menu is activated with left click and to delete the "1st" menu.
A:Yes of course you can create any menu on your page.
See how you should call pop up menu <img src="data-samples/images/popup_pic.gif" width=180 height=119 onClick="return dm_popup(1, 2000, event);" onContextMenu="return dm_popup(2, 2000, event);" style="cursor: pointer;">
To use one menu on you page you should write <img src="data-samples/images/popup_pic.gif" width=180 height=119 onClick="return dm_popup(1, 2000, event);" style="cursor: pointer;">
You can create you own menu using Deluxe Tuner application or use thismenu.
Q: How does one go about changing the parameter or the JavaScript so that a menu selection stays 'on' for the navigation bar script? In other words, the menu remains selected, perhaps in a background color that shows the user this menu choice is selected and the user is in the selected menu area.
A:To save your navigation path you should set the following parameter:
var saveNavigationPath = 1; The menu keeps items highlighted during menu navigation. 0 - disabled, 1 - enabled (default).
You can highlight menu items by default in two ways:
1) Set the pressed item on each page idividually using the following parameter:
var pressedItem = -2; The toggle mode. Sets an index of an item that will be highlighted by default. -2 - the toggle mode is disabled; -1 - the toggle mode is enabled, but no items highlighted by default; 0,1,2,3,... - index of highlighted item in a top-level menu. - delete var pressedItem=1; parameter from your data file - set correct parameter on each page before you call data file, for example:
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "menudir/";</script> <script type="text/javascript" src="menudir/dmenu.js"></script> <script type="text/javascript"> var pressedItem=2;</script> ... <script type="text/javascript" src="menudir/data.js"></script>
2) Set the pressed item/subitem using dm_ext_setPressedItem () function.
Sep 23, 2008 ... I would like to present you simple navigation panel which utilisies jQuery's Accordion plugin. It allows to collapse menu items when it has
For example, if mod is related to Stu's calendar mod, add discussion relating to Stu's ... Provide a jQuery menu to header. A link to the mod if available
This code snippet demonstrates how to add an iconic menu on a web page using Guarana UI components. ... <script type="text/javascript" src="lib/jquery/jquery .js" .... Code Example for SlidingStackedWidget class in Qt
Mar 11, 2010 ... Are there possible conflicts jquery <-> mootools with this module? ... have a menu displayed in all pages; for example, this work for me:
Feb 21, 2009 ... I use JQuery superfish menu to display drop-down menus on a website. .... but on Monday I will be able to post some examples of what I mean