Dragable Menu Question

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
dask
Beginner
Beginner
Posts: 1
Joined: Thu Oct 20, 2005 8:50 pm

Dragable Menu Question

Post by dask »

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://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://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.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

you got a URL we can see?
Post Reply