Expandable Menu In Indexhibit by Deluxe-Menu.com
Expandable Menu In Indexhibit

Menu Screenshots

Expandable Menu In Indexhibit Jscript Menu

Features

Cost Effective
Easy Setup
  • De Luxe Tuner. GUI interface to create your expandable menu in indexhibit menus easily and in no time
  • Sensible menu parameters for manual editing
Css Drop Down Horizontal Menu Expandable Menu In 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
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
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!



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Good menu is an essential part of website commercial success. If people can't find their way around the site, they will fast give up seeking and retire, never to return. So, it's extreme serious that your website has a accurate, precise, prompt, and navigation of immaculate appearance.
    Don't let your web site guests to get lost. Try Deluxe Menu!

Recent Questions

Q: I would like to know how I indicate on a javascript menu, an item that was selected.
So in other words, if I have a horizontal navigation and I select the 3rd index along the menu
and select something from this, how can I make the 3rd index highlighted?


A: You can find more info here:
http://www.deluxe-menu.com/highlighted-items-sample.html

Deluxe Menu has only two states normal and mouseover.

Try to do the following things:

- delete   var pressedItem=1; parameter from your data file
- set correct parameter on each page before you call data file, forexample:

<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">  var dmWorkPath = "menudir/";</script>
<script type="text/javascript" src="menudir/dmenu.js"></script>
<script type="text/javascript">  var pressedItem=3;</script>
...
<script type="text/javascript" src="menudir/data.js"></script>

You can also set a pressed item using Javascript API:

function dm_ext_setPressedItem (menuInd, submenuInd, itemInd, recursion)

Sets a current pressed item.
menuInd - index of a menu on a page, >= 0.
submenuInd - index of a submenu, >= 0.
itemInd - index of an item, >=0.
recursion = true/false - highlight parent items.

But notice, to use dm_ext_setPressedItem() you should know ID of selected item and subitem.
You can't get this ID after you reload your page. That is why you should write your own code on PHP.




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 just purchased your product and I have it installed and it is working great. Great job with this product.

I am wondering why I am only seeing just a small percentage of the templates for the css rollover menus. On your web page, there seem to be dozens of different styles to choose from. On my local software there is only a few. Can I download the additional "vista" styles somehow?


A: We've included all templates in the installation package.

You can also find all templates in the following folder:
C:\Program Files\Deluxe Menus\deluxe-menu\Templates\


Q: Now, one more little question -

in a Tree menu, I know how to make a menu expand by default and expand only on a mouse click.

However, I believe there is a way to make a menu item expand on a "mouse over" without a click.

How can this be done?


A: No, unfortunately it is not possible to expand the tree menu onmouseover now. It is possible that we'll add this feature in the nextversion.