Thank you and I apologize for the delayed response. What I ended up doing was to create an on click event for the image, which creates a new image, appends it to the document (not the div container) then follows the mouse and it worked quite well.Thanks, Jon
On Aug 29, 12:50 am, patrick <[EMAIL PROTECTED]> wrote: > I have seen this first hand-- quite annoying... The only thing I can > think of off the top of my head is to take advantage of the onDrag > callback, and use that to modify the style of your window to > temporarily set the overflow style so that there is no scrollability. > Then on the onEnd callback, set the scrollability back... > > -patrick > > On Aug 26, 4:18 pm, byrd48 <[EMAIL PROTECTED]> wrote: > > > Hi, > > I have a product catalog with images in one div which is set to > > autoscroll to accommodate a varying number of products. I have > > another div which at the document level is a sibling of the product > > catalog div and I would like to drag products from the catalog to the > > cart. The problem I am running into is that I cannot drag the product > > out of its parent container. > > Is there a way to do this? > > Thank you in advance. > > > Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
