Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:28
Dragable Menu Question
Poster: dask
Dated: Thursday October 20 2005 - 21:05:00 BST
Hi,
I'm having a problem making the drag drop menu be dragable - I have followed the instructions and I can make the menu appear but it can not be dragged. Here's what I did:
1) I downloaded the dragdrop.js from here:
http://www.milonic.com/menusample22.php#
2) I included the following in my HTML <header>:
<script language=javascript src=/dragdrop.js></script>
3) and this in the <Body>
<script type="text/javascript" src="milonic_src.js"></script>
<div class=milonic><a href="http://www.milonic.com/">JavaScript Menu, DHTML Menu Powered By Milonic</a></div>
<script type="text/javascript">
if(ns4)_d.write("<scr"+"ipt type=text/javascript src=mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt type=text/javascript src=mmenudom.js><\/scr"+"ipt>");
</script>
<script type="text/javascript" src="menu_data.js"></script>
4) In the menu_data.js the
alwaysvisible=1
5) I updated the menu item to say:
aI("align=center;pointer=move;text=You Can Move Me;type=header;dragable=1;url=#;");
Do you have any suggestions as to what I'm doing wrong?
Any suggestions you have will be greatly appreciated.
Thanks very much.