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. |