Menu Dans Indexhibit by Deluxe-Menu.com
Menu Dans Indexhibit

Menu Screenshots

Menu Dans Indexhibit Java Dropdown Transparency

Features

Easy Setup
  • De Luxe Tuner. GUI interface to create your menu dans indexhibit 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 dans indexhibit samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Dynamic Menu Transparent Menu Dans Indexhibit
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!
Cost Effective



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Use images for backgrounds of submenus and items, icons, arrows. Using web images you can create menus completely based on graphics.
  • Design both horizontal and vertical menus and submenus with any amount of menus on a single page.
  • Place any HTML code inside the menu item - be it a flash-object, form, picture, or text. This ability lets you to build various menus of any complexity.
  • Submenus can be shown in 4 ways: - From left to right and also from left to right + upwards. - From right to left and also from right to left + upwards (e.g. for right-to-left languages).

Recent Questions

Q: Looks like this drop down menu creator does not allow you to select the levels with no text.

A: It is possible to select items without text. Please, try once again.
You can also use downwards and upwards arrows on the keyboard.



Q: I have a menu defined that displays and operates correctly in a page. However, if I place that same page in an iFrame the menu displays correctly BUT the texpanded parameter no longer works.
If I copy the contents of the iFrame and run it again in a new window, it all works fine again.

Is there something special I need to do in an iFrame?


A: Deluxe Tree Menu doesn't work with <IFrame> objects. It works with objects only. All it can to do with <IFrame> is to loadpages into it.
You should use standard installation for the menu.


Q: I am a registered user, and I really like your menu system.

With my old menu system the user could right click on a menu item and the browser would display an option to open the page in a "New Tab".

Is there any way in the javascript menu html to allow the user to choose to open a link in a new tab?.

My users are restricted to using IE.

A: You can try to write the following code for your items:

["<a href='index.html' target='_blank' class='home'>Home</a>","", "", "", "", "Return to Index page", "", "0", "", ],

And create styles
.home{
color: #FFFFFF;}
.home:hover{
color: #FFBEBE;}

Try that.



Q: Do you have an extremely simple example of modifying a dynamic drop down menus with the JavaScript API? I've played with the example on the site, but I have trouble removing the other menus without breaking it.

I just want to use the API to change the icon on the menu items.

A: You should use the following function:
function dm_ext_changeItem (menuInd, submenuInd, itemInd, iParams)

<script language="javascript" >
dm_ext_changeItem(0, 0, 1, ["", "", "new_icon.gif", "new_icon_o.gif", "",,""]);
</script>

http://deluxe-menu.com/dynamic-functions-sample.html