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



Drag Drop Menus
The Drag Drop Menus sample shows how you can move a menu item around your web page.

Please note that you will need the following file for this demo to work:

dragdrop.js

The above file will need to be included in your menu with the following code.

<script language=javascript src=/dragdrop.js></script>

Once you have placed the above file on your web server you should be able to set a menu item as a dragable item.

Here is the syntax:

,"You Can Drag Me!","# type=header;dragable=1;",,,0

Please note that your menu item will need to be of type header and dragable set to one as in the above code.

You should now be able to move your menu around your web page.