- Personal CSS styles for separate menu elements - Submenus dropdown on mouseover - Keyboard navigation - press Ctrl+F2 to enter the top menu - Visible over select boxes, iframes, pdf, flash, Java applets. - Several menus on one page - Hundreds of pre-designed templates - Horizontal or vertical orientation - Search feature - add the search area in the menu and type symbols.
There can be multi level menus - create as many rows or columns of the menu as you want.
Use a mouse to drag a menu as a usual window. Also you can construct the menu where each submenu can be "detached" from the main menu (MSOfficeToolbarLike mode).
When the page is scrolled the menu remains visible. The DHTML menu can "float" along one or two coordinate axes.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I have made use of the Ajax function in Deluxe Menu. It has made maintenance of a rather complex menu system a lot easier.
I went to generate a Site Map in dhtml menu builder today and realized a shortcoming of using Ajax submenus, the Site Map doesn't show Ajax submenus.
It would be great to have an option in the Generate Site Map (as well as Google XML and Google Search) to include Ajax submenus for a complete picture of the web site.
A: Unfortunately there are such problems with saving of AJAX submenus. It is not possible to save AJAX submenus in Deluxe Tuner now and it is not possible tocreate search engine friendly code and sitemap for the AJAX submenus.
We'll try to add such features in the future versions of Deluxe Tuner.
Q: I want javascript navigation menu to lock into place when someone visits a page. Is there a way to do this?
A:Try to set the pressed item using the following API function: function dm_ext_setPressedItem (menuInd, submenuInd, itemInd, recursion, parentOpen) Sets a current pressed item. menuInd - index of a dynamic menu on a page, >= 0. submenuInd - index of a submenu, >= 0. itemInd - index of an item, >=0. recursion = true/false - highlight parent items. parentOpen = true/false - open all submenus to show the selected item
Try to click 'Highlight "Product Info/Installation/Description ofFiles" item'.
You can also try to use the following parameter: var smHidePause = 1000; A delay (in ms) between mouse is moved from submenu and its closing. You can make submenus to stay visible till you click outside the menu or scroll your page. To enable this feature you should set this parameter in the following way: var smHidePause = -1;
Q: So, I'm actually developing an application with wordpress, and I would like to intagrate this excellent javascript navigation menu.
This site is Educational, and provides media about TI, for students of the Autonom University of Tamaulipas, in Mexico.
A: Actually we're using Deluxe Menu in our WordPress blogs without anyproblems.
You should edit the php template of your theme. 1. Go to Design -> Theme Editor Open header.php file !! Notice that you should CHMOD header.php file to777 setting. Find more info here: http://www.zachjorgensen.net/za/chmodtutor.html
2. Upload folder with all menu files on your server 3. Add the following code in the <head> tag: <noscript><p><a href="http://deluxe-menu.com">javascript navigation menu by Deluxe-Menu.com</a></p></noscript><script type="text/javascript"> var dmWorkPath="menu/";</script> <script type="text/javascript" src="menu/dmenu.js"></script> where 'menu' is the folder with all menu file on your server. 4. Call data file in the place where you want to have the menu, forexample: <div style='z-index: 100;position: absolute; right: 0; top: 0; margin: 0; padding: 0;float: left;height: 85px; '> <script type="text/javascript" src="menu/deluxe-menu-blog.js"></script> </div> 5. Click 'Update File' button.