Joomla 1 5 Vertical Main Menu by Deluxe-Menu.com
Joomla 1 5 Vertical Main Menu

Menu Screenshots

Joomla 1 5 Vertical Main Menu Dynamic Menu Java Script Tutorial

Features

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 joomla 1 5 vertical main menu menus easily and in no time
  • Sensible menu parameters for manual editing
Java Menu Examples Joomla 1 5 Vertical Main Menu
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed joomla 1 5 vertical main menu samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
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!
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



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Use a mouse to move a menu as a usual window. Also you can create the menu where each submenu can be "separated" from the menu (MS Office toolbar-like mode).
  • When the page is scrolled the menu remains visible. The menu can "float" along one or two coordinate axes.
  • There can be multilevel menus - create as many rows of the menu as necessary. Any submenu in its turn can include different number of columns.

Recent Questions

Q: Ok, please disregard my previous email, it was IE 8! I went back to IE 7 and everything is fine.

I do however got requests to speed up the javascript treeview action (of my 2 out of 2 customers thus far on your menus).

Is there a setting to make it go faster?

A:   var tXPIterations=5;

You can also try to use AJAX feature. It will increase the loading speed.


Q: Microsoft Explorer has settings that block JAVA scripts (and therefore our JAVA menu).

However, I notice that some JAVA menus on other web sites are not blocked by Microsoft Explorer.

Is there any way to make the java cascading menu not be blocked by Microsoft Explorer ?

I want people visiting my web site not to have the java cascading menu blocked by Mircrosot Explorer.

A: There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences.

But you can try to use a workaround:http://www.adobe.com/devnet/activecontent/articles/devletter.htmlTry to use AC_RunActiveContent.js file to run active content.



Q: I want create a vertical dropdown menu with vertical - Submenu's. Is this possible?

A: You should set the following parameters to create vertical menu:

  var isHorizontal=0;
  var smOrientation=0;




Q: I am evaluating your menu product - very nice! However, I am relatively new to HTML, though a long time software developer, just not HTML!

My question - is it possible to have the menu be in a table cell and have the menu resize based on the cell width, if the cell width is specified in percent (%).

For example, if I have a table and I have a first column that is set at 15% of the width of the table, can I insert a menu in that cell and have it fill the cell?

A: Try to set 100% width for the menu.

  var menuWidth="100%";