Milonic Menu Header Code by Deluxe-Menu.com
Milonic Menu Header Code

Menu Screenshots

Milonic Menu Header Code Dhtml Website Navigation

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!
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
Menu Popup Frame Milonic Menu Header Code
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
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed milonic menu header code samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Cost Effective



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: I need the links for the side navigation bar to be vertical
and the pop up to come up on the right, rather than the bottom.
Is thispossible?

A: You should use the following parameters:

  var isHorizontal=0;
  var subMenuAlign="right";



Q: I'm just trying to get those little vertical spacers between menu items in the drop down menu.How can I do it with Deluxe Menu.

A: Please, see the following parameters of the menu:
//------- Separators -------
  var separatorWidth = "10";
  var separatorHeight = "20";
  var separatorAlignment = "center";
  var separatorImage = "C";
  var separatorVWidth = "20";
  var separatorVHeight = "10%";
  var separatorVImage = "image.jpg";
You can create separators between items in the drop down menu using menuItems, for example:
  var menuItems = [
["item 1"],
["-"], // this item is separator
["item 2"],  ["|item 3"],
 ["|-"], // this subitem is separator
 ["|item 4"],
];


Q: Why is it that when we place a drop menu ina div that the droppping part is not right uner the menu? The menu on top banner is the problem.. Thesame code outside of a div futher down the page works fine.

 I can place the same menu outside of the div and it works fine.When it is in a div the drop part of the menu is pushed to the far right of the screen.

A: Brian, see, the problem is that the script can't get css properties of the object if they are described in separate .css block (or file).
In other words, you can't get the value of "POSITION: absolute" attribute of the object if the object doesn't have this property within inline style (style="POSITION:absolute;"). To get the value you should move .css style into style="" attribute.

Please, try to add your
css file -> inline css, for example:

You should add style="POSITION: absolute;"

to the

<div id="menu">

So, you'll have:

<DIV id="menu" style="POSITION: absolute;">



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

Admin Block -> Dropdown Menu - Geeklog

In the header.thtml above the </HEAD> line: PHP Formatted Code ... The glMenu plugin integrates the Milonic DHTML menu component and it took

Div with 70% Height [Archive] - WebDeveloper.com

17 Iun 2007 ... <div><noscript><a href="http://www.milonic.com/">DHTML Menu By Milonic .... <h1> Header First Level</h1> <p>Lorem ipsum dolor sit amet, .... but behaved like FRAME layout) but wasn't liking the code-bloat I created

Milonic JavaScript Menu • View topic - Milonic Menu item into a DIV

At the top is a Header DIV 155px high. This contains the Menu DIV at the bottom and .... This bit of Menu 9 code is just after the BODY tag

Header Image Module - Mambo - Forums Closed for posting

[code:1:31d78285e6]body#nameofmenuitem1 #header { background-image: url(. ..... Many internet-years ago I used the Milonic menu

Open Source Solutions - PortalParts.com Site

Dec 1, 2006 ... You may for example want all the blockmenu and header menu to have the same style. ... on the different milonic menu styles and style properties. ... PHP Formatted Code. with(XPMainStyle=new mm_style()){ styleid=1;

Idealer Aufbau des folgenden Layouts - domainFACTORY | forum

Allerdings seh ich dort die Problematik im obigen Menü. ... Code: <html> <head> <meta http-equiv="Content-Type" .... B. unter http://www.milonic.com/frames/ oder http://www.sothink.com/product/dhtml...enus/index.htm

e107 Coders.org: Forums / Q & A / How do I put a DHTML Drop Down

The code was put after the php end tag ( ?> ) The menu is showing up but it stays as a small rectangle of abt 4px x ... You can send email to menu3@milonic. com ... Error reported as: Unable to find file: e107_themes/templates/header.php

Div with 70% Height [Archive] - WebDeveloper.com

17 Iun 2007 ... <div><noscript><a href="http://www.milonic.com/">DHTML Menu By Milonic .... <h1> Header First Level</h1> <p>Lorem ipsum dolor sit amet, .... but behaved like FRAME layout) but wasn't liking the code-bloat I created

Idealer Aufbau des folgenden Layouts - domainFACTORY | forum

Allerdings seh ich dort die Problematik im obigen Menü. ... Code: <html> <head> <meta http-equiv="Content-Type" .... B. unter http://www.milonic.com/frames/ oder http://www.sothink.com/product/dhtml...enus/index.htm

Problem with javascript dropdowns- wrks w/ IE, not Mozilla - Mambo

Please feel free to use this code on your own website free of charge. .... but at the correct level (i.e. immediately below the header image). ... hunky, it appears that you are using milonic menu. you need to check to

z-index not working for me... [Archive] - WebDeveloper.com

Jan 22, 2008 ... My code validates but I can't see my fancyl image that should sit under ... <div id="container"> <div id="header"></div> <div id="menu"> ... <noscript><a href=" http://www.milonic.com/">JavaScript DHTML Menu Powered by

Re: Help: Trouble with z-Index and SELECT lists - Code Toad

I have tried digging into the milonic code to figure out how they do it. ... Just covers the part where menus overlap. Hiding the select menu would work but I ... then the select boxes float over the header row and the locked column