Menu Menu State by Deluxe-Menu.com
Menu Menu State

Menu Screenshots

Menu Menu State Css Navigation Bar

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
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
Creating A Jump Menu In Javascript Menu Menu State
Easy Setup
  • De Luxe Tuner. GUI interface to create your menu menu state 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 menu state samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
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.

  • 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: Can Deluxe menus work with tables?


A: Yes, you can place your menu into the <div> or <table> tag.

For example:

 <table>
    <tr>
       <td><script type="text/javascript" src="menudir/data.js"></script></td>
   </tr>
  </table>



Q: First of all, your product is amasing!

I can not create popup windows by clicking on a menu.

For example:

MainMenu:     Home > Favorites > Fun > About us

Sub Menu:      - Portal
                       - Games
                       - Forum
                       - Chat

By clicking on “Games” Button of sub menu I would like to open a popup window,

Not regular window with navigation, scroll and so on.


A: You can use your own javascript functions in the menu items.

You should paste "javascript:some_function()" into item's link field, for example:

  var menuItems = [
["text", "javascript:your_function(...)", ...]
];


Q: I am interested in purchasing the "Microsoft Like Style Dhtml Tabs Menu" and would like to know if the tab menu horizontal java, roll over and selected colors are controllable? meaning if I want green (not blue) tab I can have the tabs green. Please let me know

http://deluxe-tabs.com/file/templates/deluxe-tabs-micr.html

A: Unfortunately you cannot change the color of this template in DeluxeTuner, as it is image-based tab menu horizontal java.

If you want to change the color of this template you should changeimages. You can do it in any Graph editor, for example in PhotoShop.



Q: You have a great, and very intuitive and easy to learn, product.

I'm down to two dumb questions:

A. What controls the little red arrows? I'd like them on every one of the navigators.
B. How do I create equal space between the drop down menu items? It looks weird right now.

A: 1) If your top item has a submenu this arrow will appear automatically.

For the items without submenus you may write:

["Home   <img src='skin_data.files/arrowmain11.gif'>","index.html", "", "", "", "_self", "", "", "", "", "", ],
["About Us   <img src='skin_data.files/arrowmain11.gif'>","about_us.html", "", "", "", "_self", "", "", "", "", "", ],
You can find arrowmain11.gif image in the attached example.

Actually you can add any html code inside item's text.

2) Set the drop down menu padding:

  var itemPadding="3px 15px 3px 3px";