Menu Accordeon With Sublevels by Deluxe-Menu.com
Menu Accordeon With Sublevels

Menu Screenshots

Menu Accordeon With Sublevels Web Design

Features

Easy Setup
  • De Luxe Tuner. GUI interface to create your menu accordeon with sublevels menus easily and in no time
  • Sensible menu parameters for manual editing
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed menu accordeon with sublevels samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Dhtml Dropdown Tree Menu Accordeon With Sublevels
Cost Effective
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



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Create contextual menus for your pages. For this purpose you should assign a special function for the object you want. The current coordinates of the mouse pointer or your own ones can be used for the contextual menu.
  • When the submenu is larger than the visible area of the page the submenu will be automatically decreased. To see all the submenu items you do not need to use scrollbars or something like that - just put your mouse to the bottom of a submenu and it will be automatically scrolled! You can also specify height and width for each separate submenu.
  • Build menus completely based on Cascading Style Sheets. It is possible to appoint the individual CSS styles for separate elements of the menu.

Recent Questions

Q: Is there a way to increase the time the hint of drop down menu dynamic stays on the screen?

A: No this is standard hint, there is no way to increase the time it stayson the screen.



Q: Thanks for swift reply, however:
Tried the dmenu.js (only one we use) at our trial site and get the error :
Line 13
Invalid argument

- as you know this js file is obfuscated to one line, so using a debugger does not apply.

A: See the attached example. I've upgraded your javascript layer menu to Deluxe Menu v3.0.
use data file and engine files from the attachment.

You had several errors in the structure of menuItems.

It is not correct to write

 ["| Contact us","http://www.imarex.com/home/contact_us","","","","","8","","",],
   ["||| Energy team","http://www.imarex.com/home/contact_us/energy_team","","","","","8","","",],

You should write:
 ["| Contact us","http://www.imarex.com/home/contact_us","","","","","8","","",],
   ["|| Energy team","http://www.imarex.com/home/contact_us/energy_team","","","","","8","","",],



Q: Hi there ... a while ago I had asked you what I need to change to prevent exit pops from being activated, but I don't think it's working.

For example, a regular link that I want:

onClick="exit=false"

How do I do it with dhtml vertical menu?

Before, in the "text" box in the "Item Parameters" window, you had me do the following:

<span onClick='exit=false;'>click here</span>

But that doesn't seem to work. Any other suggestions? Thanks very much.

A: I suppose that you should move menuItems from the data file to yourhtml page directly (where you define exit variable).

<script>

menuItenms = [
...
],
</script>



Q: I am setting up a menu with word wrapping "on". Is it possible to have the wording in the middle of the text go to a new line?
If so, how do I do that?


A: Unfortunately, you can't do it.

You can only set the following parameter
  var noWrap=0;
and use <br> tags in the text, for example

["ffffffff<br>fffffffffffff<br>fffffffffff Info","", "default.files/icon1.gif", "default.files/icon1o.gif", , , "0", , , ],