Milonic Menu Conflict by Deluxe-Menu.com
Milonic Menu Conflict

Menu Screenshots

Milonic Menu Conflict Javascript Menu Popup

Features

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!
Easy Setup
  • De Luxe Tuner. GUI interface to create your milonic menu conflict menus easily and in no time
  • Sensible menu parameters for manual editing
Sample Rollover Menu Milonic Menu Conflict
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed milonic menu conflict samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Cost Effective
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.

  • Good navigation is an important step to website success. If people can't find their way around the site, they will quickly give up looking and leave, never to return. So, it's absolute vital that your website has a fast, neat, and eye-pleasing navigation.
    Don't allow your website visitors to get lost. Try Deluxe Menu!

Recent Questions

Q: If there was a way to show the links inside the html code instead of the dhtml menu js files. Shouldwe use an alternative mode as (css Style?)

A: You can move menuItems into html page directly inside <script> ...
</script> tags:
<script>
  var menuItems [
...
];
dm_init();
</script>

You can also use search engine friendly code and install it on yourpage before you call your dhtml menu js file.
You'll see text links in that case.

To create a search engine friendly menu you should add additional html code within your html page:

<div id="dmlinks">
<a href="http://deluxe-menu.com">menu_item_text1</a>
<a href="http://deluxe-tree.com">menu_item_text2</a>
...etc.
</div>

To generate such a code use Deluxe Tuner application.

Run Tuner, load your menu and click Tools/Generate SE-friendly Code (F3)



Q: After I create that submenu I want to move those items up or down within that submenu in the javascript editor.


A: Do you want to move your subitems within Deluxe Tuner?

To move items select items you want and use a mouse drag'n'drop method.

To copy items select those you want and use a mouse drag'n'drop method holding a Ctrl key.
Also you can use a contextual menu - a right mouse click on the list of items.


Q: Is there any way of asigning the background color of the submenu (I onlyneed one level of nesting menus) different from the background color of thedhtml rollover?

A: Create Individual Submenu Style and assign it for the first item in that case:

  var menuBackColor="#d1d1d1";

  var menuStyles = [
["menuBackColor=#FFFFFF"],
];

["mбs info","http://www.dimensionmultimedia.com/psoepruebas/?page_id=19","","","","","0","0","","","",],



Q: I can see that you can have multi menus on the same page can you have multi tabs?  I did create two different tab menus and when I put them on the same page they display correctly but you cannot navigate to the required web pages.

A: You can use as many tabs on the one page as you want.

But notice that you should call dtabs.js file on each page only once.
There is no need to call it several times on the one page.

You can see such examples in the trial package:

c:\Program Files\Deluxe Menus\deluxe-tabs\tab-style-mac.html