Drag and Drop Menu Problem - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Drag and Drop Menu Problem (/showthread.php?tid=55396) Drag and Drop Menu Problem by michael_m91 on 01-30-2006 at 07:03 PM
In a webpage how can i give my useres choice like the google personalized homepage does. RE: Drag and Drop Menu Problem by Supersonicdarky on 01-30-2006 at 10:34 PM u don't need activex, works fine in firefox RE: Drag and Drop Menu Problem by Supersonicdarky on 01-30-2006 at 10:43 PM how do you create with activex? RE: Drag and Drop Menu Problem by michael_m91 on 01-30-2006 at 10:56 PM I just wanna know howot make my own, like rafael_vansolini said RE: Drag and Drop Menu Problem by RaceProUK on 01-31-2006 at 01:15 AM
quote:JavaScript - yes. ActiveX - no. ActiveX is a highly insecure MS technology, and not supported by Firefox. You can, however, get the effectr you want using XHTML, JavaScript and CSS. RE: Drag and Drop Menu Problem by ShawnZ on 01-31-2006 at 02:21 AM
quote: With a lot of difficulty. Not worth the trouble. RE: Drag and Drop Menu Problem by michael_m91 on 01-31-2006 at 03:04 AM
Is there a place i can get a template for somthin like this? RE: Drag and Drop Menu Problem by ShawnZ on 01-31-2006 at 03:20 AM Its not called anything... RE: Drag and Drop Menu Problem by rav0 on 01-31-2006 at 07:14 AM
There isn't a simple way to do that. RE: Drag and Drop Menu Problem by michael_m91 on 01-31-2006 at 10:25 PM oh..... dammit lol i would have thought that somebody would know RE: Drag and Drop Menu Problem by Supersonicdarky on 01-31-2006 at 10:26 PM steal the code... if you can... RE: Drag and Drop Menu Problem by michael_m91 on 02-01-2006 at 12:06 AM lol yah im gonna try RE: Drag and Drop Menu Problem by RaceProUK on 02-01-2006 at 12:24 AM
quote:It's quite a complex task, so no-one can remember everything about it. RE: Drag and Drop Menu Problem by michael_m91 on 02-01-2006 at 12:45 AM yah.. makes sence RE: Drag and Drop Menu Problem by -dt- on 02-01-2006 at 01:49 AM
wtf you are you people on about its not that complex code:you add an event listener for mousemove code: you have another event listener for mouse down and mouse up code:then you have three functions which control this , one to turn it on , one to turn it off and one to move the element. code: thats the basic idea behind the dragging. then you would save the location in the testOff function and get a php script or something to move the element back there when the page loads. |