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

Menu Screenshots

Menu Css Vertical Desplegable Mouse Over Html Menu

Features

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
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
Drop Down Menus Code Menu Css Vertical Desplegable
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 menu css vertical desplegable 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.

  • Good navigation system is an important part of web site success. If people can't find their way around the site, they will rapidly give up looking and go, never to return. So, it's very significant that your website has a neat, fast, and gratifying to the eye navigation.
    Don't permit your web site visitors to get lost. Try Deluxe Menu!

Recent Questions

Q: Another problem I've found with v3.1 is that the top X value of the javascript floating menu is not used once you start scrolling a page.

A: Yes, we've made some changes in javascript floating menu feature in the new version.

Try to set
  var floatable=2;



Q: I have downloaded the trial version of your software and would like to know if it is possible to expand the submenu when clicking on the text of the menu option? As far as I can find the only way to expand the the submenu is to click on the + icon before the menu text.

+ "Menu Option"

I would like to click on the words menu option to expand the submenu

+ "Menu Option"
   + Option 1
   + Option 2
     Option 3
     Option 4

A: You should set the following parameter:

  var texpandItemClick=1;



Q: Ich habe ein Problem mit submenus. Es erscheint, dass es eine Grenze auf der Breite eines submenu Punkt undals ein concequence gibt, wenn Sie den Punkt herumdrehen, zwingt es den Kasten, nach rechts zu rollen. Gibt eseine Kappe auf der Breite von submenu Punkten? Ich kann nicht scheinen, diese Ausgabe aufzuheben.

Es geschieht, wenn ich sowohl CSS als auch die Standardaufstellung auf dem Menü benutze.


A: Sie sollen die Folgenden Parameter setzen:

  var smWidth="";
  var smSmartScroll=1;





>Kehren Sie zu Neuen Fragen zurück

Q: I have a problem. How can we get the value of a parameter passed by the menu, when a menu item is clicked? For example I want to get the URL or file name to be open by the menu item when it is clicked.
I am talking about TREE menu.


A: If you want to open url or a file when you click on items of the tree menu you can write, for example:

  var tmenuItems = [
["+DHTML Menus","http://dhtml-menu.com", "images/xpicon1.gif", , , "DHTML Menus", , "0", , , , ],
 ["|Save as...", "javascript:OpenFile('file_name')"]

];