Editing the menu

Links to other menu demos are:

Please note that users of Microsoft Windows XP with Service Pack 2 will need to unblock this page in order to see the menu. The reason for this is due to the fact that the menu has been written in JavaScript. This feature is considered unsafe when used locally and Service Pack 2 now blocks this by default for your safety. This only happens when you run the menu on a local machine, live use on the Internet will not be affected. Milonic Solutions Ltd assure you that there is absolutely no danger of allowing content from the DHTML Menu provided it has been downloaded from www.milonic.com

For instructions on removing the forced popup message, please visit http://www.milonic.com/removelink.php

For information on menu properties, please see http://www.milonic.com/menuproperties.php
For information on menu item properties, please see http://www.milonic.com/itemproperties.php
For information on style properties, please see http://www.milonic.com/styleproperties.php

Installation instructions - install.html
How to build menus - howtobuild.html
Read Me - readme.html
License Details - license.html




100% Width Span Menu
The 100% Width Span Menu allows you to include a menu that spans 100% across the width of your web page.

The key property changes for this menu sample are only made within the main menu and are as follows:

Set the left to 0 or delete the left property
set menuwidth="100%"
set menualign to either "left, center or right"

Note the addition of quotes around "100%", this is needed because the value needs to be passed as text.

your menu should look similar to this:

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=220;
menuwidth="100%";
menualign="center";
alwaysvisible=1;
orientation="horizontal";

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