Milonic DHTML Website Navigational Menu

Horizontal Navigation Bar
The Horizontal Navigation Bar sample is probably the most common of menus and one that will be used the most.

It is completely independent of other HTML objects and can be positioned on the page in a number of ways.

Absolute positioning is achieved by setting a Top & Left value in the array. This will position the menu in exactly the same place on all browsers. Please note that browser margins will have an effect on the menus appearance. This can be fixed by setting your margin to zero for all browsers with the following HTML code.

<body topmargin=0 leftmargin=0 marginheight=0 marginwidth=0>

If you need the menu positioning relative to other objects or relative to page dimensions you can use one of the many menu positioning techniques that are built into the Milonic DHTML Menu.

"Screen Position" can set the menu to one of 3 vertical and 3 horizontal positions. left, center & right or top, middle & bottom. You can also combine a horizontal position with a vertical position. for example "center;middle" will position the menu in the center of your page. Please note the use of semi colon to separate the 2 properties.

Even more positioning can be achieved with the following samples Attached to a Table Cell and Positioned with Offsets





Please Note: For the menu to work correctly in any version of Opera you must place the menu references inside the BODY of your documents. Opera will not display if you put the references in the HEAD.