- Transition #14 - "fade out" effect - Relative/Absolute menu position - Filters and Transitional effects - Hundreds of pre-designed templates - Top items and submenus have a shadow - Submenus automatically scrolls - Unlimited number of sub levels - Items with icons
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: The asp drop down menu should indicate with on which page I me just considers (with anothercolour of the font of the active Link from the navigation, or an underline, bolder font, ...).
A:Deluxe Menu has only two states normal and mouseover, but you 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>
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.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: When I load a page the first tab of the creating tab menu is always highlighted, not the contact tab.
A: I suppose that you've set the following parameter:
var bselectedItem=1;
So, the first tab is always highlighted.
This Tab menu can save pressed item automatically within1 page only. If you open another page, the menu can't remember presseditem. You should do that manually using Javascript and menu parameters ( var bselectedItem, var bselectedSmItem) or using any server-sidescript (php, asp, etc.)
You should delete this parameter from your data file and write thefollowing code on each page before you call your data file, for example:
<script language="JavaScript1.2">
var bselectedItem = 3;
</script>
Q: I have to make a japanese Website. Therefore I have to make a dhtml sliding menu with japanese signs and text.
Is it possible to make the deluxe-menu with japanese signs?
The start menu hides the commands to search for printers or computers if. Active Directory is not available ..... Added an option for cascading All Programs in the Windows start menu ... A much better installer using WiX
The start menu hides the commands to search for printers or computers if. Active Directory is not available ..... Added an option for cascading All Programs in the Windows start menu ... A much better installer using WiX
The start menu hides the commands to search for printers or computers if. Active Directory is not available ..... Added an option for cascading All Programs in the Windows start menu ... A much better installer using WiX