Zen Cart Dropdown Menu by Deluxe-Menu.com
Zen Cart Dropdown Menu

Menu Screenshots

Zen Cart Dropdown Menu Menu Dhtml Javascript

Features

Cost Effective
Compatibility              
  • Full cross-browser compatibility including IE, Netscape, Mozilla, Opera, Firefox, Konqueror and Safari on Windows, Mac OS and Linux
  • Menu can be populated from a database using ASP, PHP, etc.
  • Search engine friendly
  • Support for any doctypes
  • Fits for secure sites
  • Section 508 compliant
Download Dhtml Scroll Menu Zen Cart Dropdown Menu
Seamless Integration
  • Cross-frame support - menus work on frameset-based pages
  • Visible over flash, select boxes, iframes, java applets
  • Multiple menus on the same page
  • Amicable to other scripts and css styles
  • Any HTML code can be used inside menu items
High Performance
  • AJAX menu loading - loads web menu data from the server "on-the-fly".
  • Commonly loads quicker than other html page elements
  • UL/LI items structure
  • Runs well with an unlimited number of submenus and items
Unrivalled Features
  • Scrollable, dragable, floating, right-click menus
  • Keyboard navigation - press Ctrl+F2 to enter the menu
  • Unique Java Script API for altering menu "on-the-fly", without page reloading
  • AJAX technology - loads menu data from the server "on-fly and on-demand".
  • Search feature - add the search area in the menu and type symbols. The found words will be higlighted.
  • Sound support!



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • 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!

Recent Questions

Q: Hello I am testing your product Deluxe Menu, and want to create a special tree-menu.

I have a question:

Is it possible to have two icons in front of each dhtml menu item?

I need two icons in front of each menu-item that will symbolize an alarm and a sabotage-alarm.

I want to use animated gifs on these so that I can visualize alarm and sabotage on each menu-item.

But I also need an icon on the right side of the menu to show if the menu-item is expanded or not.

I want the structure to be like this:

Icon | icon а| Main menuitem1а | expandedicon

   Icon | icon | sub menuitem1 | expandedicon

     Icon | icon | sub menuitem1.1 | expandedicon

     Icon | icon | sub menuitem1.2 | expandedicon

Icon | icon | sub menuitem2 | expandedicon

Icon | icon а| Main menuitem2а | expandedicon

Is this possible to achieve with your menu?

A: Yes, it is possible.
Actually you can use any html code within menu items.

 ["|<img src='default.files/icon1_so.gif' style='margin-right: 10px'>Home","testlink.htm", "default.files/icon1_s.gif","default.files/icon1_so.gif", "", "Home Page Tip", "", "", "", ],



Q: How can I move the dropdown navigation bar to the far right side?

A: You should install the menu into the TABLE with right alignment.

<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td valign="top" align="right" style=" padding: 0px; margin: 0px; background-color: #14349B;">
<script type="text/javascript" src="home_files/data-vista-BASEPOINT3.js"></script>
</td>
</tr>
</table>



Q: I'm creating a "Clear" style dhtml menu and for whateverreason it automatically spaces the menu items unevenly.
For the life of me I can't figure out how to set the spacing evenly.

A: Try to set exact width for each top item using Individual Item Styles:

  var itemStyles = [["itemWidth=120px"],];

  var menuItems = [
["Item 1","", "", "", "", "", "0", "", "", ],
["Item 2","", "", "", "", "", "0", "", "", ],
["Item 3","", "", "", "", "", "0", "", "", ],
["Item 4","", "", "", "", "", "0", "", "", ],
["Item 5","", "", "", "", "", "0", "", "", ],
];



Q: Is there a problem with your menu software and IE 7?
My menu was working fine, now that I upgraded the browser to IE 7, the menu doesnot show any more.


A: Try to set exact value for menu width.

For example:
  var menuWidth="800px";

Your menu should work fine.