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

Menu Screenshots

Menu Menu State Windows Tab Menu Javascript

Features

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
Cost Effective
Menubars 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
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!
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



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 I add the value of the parameter to the link where I want my application to go when I active a submenu in the menu script?

A: Actually you can add php code inside menu links.

If you define your parameter in .js file you should write yourlinks in the following way, for example:

<?
....
$key = 123456;
....
?>
["Home","www.domain.com/home.php?key=<? echo $key ?>", "", "", "", "", "", "", "", ],

If you define your key parameter in the php file you should move your
menuItems into your php page directly:

<?
....
$key = 123456;
....
?>

<script type="text/javascript">
  var tmenuItems = [
['Deluxe Menu','http://deluxe-menu.com','icon.gif',,,,,],
['Deluxe Tree','http://deluxe-tree.com','icon.gif',,'New!',,,],
['Deluxe Tabs','http://deluxe-tabs.com','icon.gif',,'New!',,,],
["Home","www.domain.com/home.php?key=<? echo $key ?>", "", "", "", "", "", "", "", ],
];

dm_init();
</script>



Q: Is it possible to place the icons on the right side of the menu items for the navigation bar script?

A: Unfortunately there is no such option. But you can use html code inside item's text, forexample:

["Purchase   <img src='default.files/icon1.gif'>","http://deluxe-menu.com/order-purchase.html", "", "", "", "_blank", "", "", "", "", "", ],



Q: The only remaining problem I see is that the dhtml popup menu appears in slightly
different positions depending upon where your mouse touches the icon.

Is there a way to make the menu position absolute in respect to the icon?
I have tried playing with the menu item parameters that seemed related with no success.

A: See dm_popup() function parameters:

return dm_popup(menuInd, pause, event, x, y)
menuInd - index of the menu on a page, >= 0.
pause - determines the time when the menu will be hidden.
event - constant. Do not change.
x, y - optional. Set these parameters if you want the menu to appear in the specified place.
In other case the menu will be shown in the mouse position.

Q: Things are mostly working great. I want my menu to appear centered at the top the page. Here's the code:

<table style="text-align: left; width: 100%;" border="0" cellpadding="2"cellspacing="2">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><script type="text/javascript" src="navbar.js"></script>
</td>
</tr>
</tbody>
</table>

The table appears at the far left edge of the window. I tried with both absolute (x=20, y=10) and relative (both x and y unset) coordinates. Help!


A: If you want to center the menu paste itwithin the <div > or <table> with a static position and specify a center alignment for it, for example:

<DIV align=center>
<SCRIPT src="data/data.js" type=text/javascript>
</SCRIPT>
</DIV>

<table width=800>
<tr>
<td align=center width=600>

More Q&A

How to keep an accordion menu state after link is clicked

The effect is working great however, I want to retain the menu state (e.g

Menu active state lost when using modules? - Yii Framework Forum

I'm using truly fabulous menu system (mbmenu), which descents from base CMenu. As you can see in the demo of this menu, it highlights active

Running in the USA - Forum Menu

Forum Links. Map Menu. Select a State. Other Options ... Click a State to Discuss Running by State. Running Forum Map Menu

Joomla! • View topic - Help with menu submenu active state thing

look here at my main menu... i have this arrow for active state on menu items... But the arrow also shows on my submenu.. How can i make it only show on the

State pull down menu - Zen Cart Support

State pull down menu Upgrading from 1.3.x to 1.3.9

Menu Item State

I want to configure it so that if it is in a pause state, and I hit the play button, it will release the pause by toggling this menu

How to create an advanced menu in Java ME using the low-level

Jun 4, 2009 ... This simple menu can be only in two states: active and inactive. ... After pressing the "Select" button the menu state will be changed to

Vertical Expandable Menu

When the menu is open you would record a variable that describes the menu's present state. When the user clicks a link and visits a new page

Background color does not change for menu items in current state

Here is the problem: background color changes to "current state" color (same as "hover" color") only for menu items that are actual pages,

Multi-Column Menus [Archive] - Sencha Forum

May 5, 2009 ... emptyText: 'Select a state...', selectOnFocus: true, width: 135, getListParent: function() { return this.el.up('.x-menu');

Dropdown Menu not IE compatible... yet - Webmaster Forum

Oct 5, 2010 ... Here's the problem menu: Horizontal Drop Down Menu The HTML is just a list. ... (SUB) Active State""""""""*/ body #qm0 div .qmactive,

Joomla! • View topic - How to make top-menu nav show active state?

Does anyone know how to make top-menu nav and main-menu nav both show active state? http://designbyrandy.com. Thanks for any advice,

Gradient Tree menu - Persistant State not holding

I am building a site using the Gradient Tree Quick Menu with an English and French version. All works as planned in English

AS3 - adding an "Active State" to my menu buttons!

Hey everybody, I'm new here. I've read some threads and some tutorials, and I really think this site is great for Flash enthusiasts :) I've

Facebook Platform Developer Forum / Drop Down Menus with

Re: Drop Down Menus with Subcategories in FBML. I have a simple state/city menu. It works in non-facebook pages

OpenOffice.org Forum :: Relationship and drop-down menu issues

What I can't figure out is how to implement, on the Add Company Details form, a drop-down menu button for the State and PostCode fields

Controlling menu state - Ektron DevCenter

I am trying to implement a design that includes a menu in list mode ... So the menu would look like this when the user is viewing Page 2:

The Game Creators Forum - DarkBASIC - Next Menu [beginner]

IF the mouse is within the boundaries of the button and has clicked Change State to the Character menu Stop playing main menu music Start

Sliding JavaScript Menu (Active State Possible)

Sliding JavaScript Menu (Active State Possible): ... Men" worndering if it is possible to have a active state with this fantastic script

JomSocial Forum - View topic - joomla menu link to view task and

For example, consider trying to add a joomla menu item to browse users. .... </ state> </metadata>. To remove the JomSocial toolbar,

[Sharing] Menu & Guests:Obama State Dinner Prime Minister Singh

Nov 27, 2009 ... [Sharing] Menu & Guests:Obama State Dinner Prime Minister Singh World Affairs

Cheking Menu State : problem without solution ? - CodeGuru Forums

I'm writing a program which needs to access to the menu of another application and then check the state (checked or not) of a particular

CRE Loaded - View topic - Counties/State Drop Down Menu

Some may find this useful, adds a dropdown box instead of haveing to write but be warned you will need to make sure you have enough zones

Accordion Menu state-saving - jQuery Forum

I have been trying to get this state-saving to work but with no luck. ... menu item as needed. header code: $(document).ready(function()