[jQuery] Re: Can't drag items outside Carousel

2009-07-13 Thread menslow
is the position of the cloned object is relative to the body element of the page, but I think this will be easy to fix. ~m On Jul 13, 11:03 am, menslow wrote: > Thanks Fanel, but I'm still having issues with this... > > Here's my code: > >   $(".swatch"

[jQuery] Re: Can't drag items outside Carousel

2009-07-13 Thread menslow
aggable({ >         revert : true, >         helper: "clone", >         opacity: 0.7, >         zIndex: 999, >         appendTo: "body", >         drag : function() { >         } >     }); > > This will make your draggable items be "relative

[jQuery] Re: Can't drag items outside Carousel

2009-07-12 Thread menslow
Not sure if you found a solution to this or not, but I'm also having you exact problem. It's due to the overflow: hidden property on the carousel wrapper. I'm don't have a solution yet, but I'm working on it and will post if I figure out a solution. ~Michael On Jun 13, 11:01 am, VaN wrote: