Javascript Menu Desplegable Vertical by Deluxe-Menu.com
Javascript Menu Desplegable Vertical

Menu Screenshots

Javascript Menu Desplegable Vertical Java Pulldown Menus

Features

Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed javascript menu desplegable vertical samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
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
Slide Drop Down Menu Code Javascript Menu Desplegable Vertical
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!
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
Easy Setup
  • De Luxe Tuner. GUI interface to create your javascript menu desplegable vertical menus easily and in no time
  • Sensible menu parameters for manual editing



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

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

Recent Questions

Q: I am using Deluxe-menu 3.0.

I can add dhtml popup menu items and submenu items. Each new sub menu item is placed at the bottom of that list. How can I move it up in the listing.

For instance if my menus are:

2007
2006
2005
2004

and I add 2008 - it will be placed below 2004, but I want it at the top of the list. Each item in the list has multiple subitems, so I don't want to delete the other items to get it in the correct order.

I looked through your help file, FAQ and online questions and could not find an answer.

A: To move items select items you want and use a mouse drag'n'drop method.

To copy dhtml popup menu items select those you want and use a mouse drag'n'drop method holding a Ctrl key.

You can find this info in Tuner's help, "Main Window" sheet.



Q: We are actually very happy with the product compared to the other options available. The code is cleaner and it is easy to use. We would actually like to continue to use your product but our client uses firefox most of the time and if the javascript onmouseover menu won't go over the java applet it isn't going to work. You mention that you will try to fixthe issue. If you can give me a date to when it would be fixed by, I can try to convince our client to wait.

Please let me know as soon as possible.

A: Actually Deluxe Menu v3.2.5 overlap applets in Firefox.

See the attached example.
You should set

  var useIFRAME=1;

parameter.



Q: I have built a new drop down css menu.

I have a named frame body but when I use the menu creater it works and changes the frame but when loaded to the site it says error on page.

what have I done wrong ?

Try the home which calls home_body.htm and about us which calls About Us.html in the body frame top the right of the menu.

A: You cannot use local paths on the Internet sites. They won't work.

["Home","", "", "", "", "", "", "", "", ],
 ["|Back to main page","D:/Web Design/CCA/home_body.htm", "", "", "", "", "body", "", "", ],
["About Us","", "", "", "", "", "", "", "", ],
 ["|History","D:/Web Design/CCA/About Us.html", "", "", "", "", "body", "", "", ],

You should write, for example:

["Home","", "", "", "", "", "", "", "", ],
 ["|Back to main page","home_body.htm", "", "", "", "", "body", "", "", ],
["About Us","", "", "", "", "", "", "", "", ],
 ["|History","About Us.html", "", "", "", "", "body", "", "", ],



Q: Your frameset FAQ/examples seem to tackle scenarios where submenus open in frame 2. I'm interested in in the actual menu selection opening in frame 2 (menus being in frame 1). Is there some documentation I've missed?


A: All info about installation of the menu in the cross-frame mode youcan find here:

http://deluxe-menu.com/cross-frame-mode-sample.html