- Inactive/Disabled items - Transition #14 - "fade out" effect - Hundreds of pre-designed templates - Submenus go over all page objects - Items with icons - Text aligned to left - Submenus dropdown on mouseover - Filters and Transitional effects
Good navigation is an important step to website success. If people can't find their way around the site, they will quickly give up looking and leave, never to return. So, it's absolute vital that your website has a fast, neat, and eye-pleasing navigation. Don't allow your website visitors to get lost. Try Deluxe Menu!
Q: I would like, that not only the text is represented differently when dhtml nav menu item is expanded, also the Icon separates before it at the side where I am.
iconarrs.gif is not right iconarrs_aktiv.gif is right
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.