Share Posted April 3, 2016 Hi, i am having an issue that i just cant solve. The demo Codepen illustrates the problem best. I would really appreciate if someone could help me. Basically, I have a <div> with position: fixed property. Inside this <div> i have an image that is cloned when it is dragged. The problem i have is that i don't want the clone to have position: fixed. Thanks. See the Pen VaMqwX by turnono (@turnono) on CodePen Link to post Share on other sites
Share Posted April 3, 2016 What's supposed to happen to the clones? For them to not be fixed like that, they can't be children of a fixed element. Maybe this thread can help you out. It's a similar problem. You can't drag an element out of a scrollable container. http://greensock.com/forums/topic/11519-dragging-a-draggable-element-out-of-a-scrollable-div/ Link to post Share on other sites
Author Share Posted April 4, 2016 Thanks for the response, i have managed to create what i needed by forking from a pen by Rodrigo Hernando See the Pen Jlfsq by rhernando (@rhernando) on CodePen . Here is what how i managed to do it: See the Pen GZMPeK?editors=0110 by turnono (@turnono) on CodePen Link to post Share on other sites
Author Share Posted April 4, 2016 I have one more issue (currently), and that is to be able to center the mouse to the dragged item whilst dragging it. How can i do that? Ok i have managed to sort that out too. here is the updated codepen: See the Pen JXOKNG?editors=0010 by turnono (@turnono) on CodePen Link to post Share on other sites