Drill Down Menu Script by Deluxe-Menu.com
Drill Down Menu Script

Menu Screenshots

Drill Down Menu Script Floatable Menu

Features

Easy Setup
  • De Luxe Tuner. GUI interface to create your drill down menu script menus easily and in no time
  • Sensible menu parameters for manual editing
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
Menu Button Not Working Drill Down Menu Script
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
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed drill down menu script 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!



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: How do I make the vertical navigation bar display in Chinese?

A: You should open your data file in Deluxe Tuner.Set "Tools/Use utf8 encode" option in Deluxe Tuner.

And then replace all English words with Chinese.

You can also do it in any text editor.


Q: I bought today and followed the procedure to download and install the same. It seems, Calender option is not available in the downloaded javascript menu generator package. Do I have download anything separate for that? Would you please let me know as soon as possible.

A: We haven't added Calendar in Deluxe Tuner.You can find it in the installed package:

C:\Program Files\Deluxe Menus\сalendar\



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: Hi, I was wondering if there is a way to leave a main java swing menu bar item highlighted when in that section. For example if I clicked on "Contact Us" and when I am on the contact us page, the "Contact us" navigation would still be highlighted. I appreciate any help you might have, thanks!

A: The java swing menu bar has only two states normal and mouseover. We'll try to add the pressed state in the future.

You can 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 java swing menu bar 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.