NorthStarDA
IS-IT--Management
hi,
i have a page with 2 iframes, the first iframe has a list of divs (instead of table rows), i would like to drag a div from 1 iframe to the other. I would also like to provide some visual feedback about what is being dragged. The div also needs to remain in its original spot so it can be dragged again.
I was thinking of duplicating the div on mousedown, then somehow attaching the new div (maybe with a filter over it) to the mouse cursor while dragging. If you mouseup over anywhere than the 'drop zone' then the duplicated div would just disappear.
I also need to make it cross browser, does that make sense and has anyone written a drag/drop this complex, or know of any resources where i can learn to do it?
=========================================
I have not failed. I've just found 10,000 ways that won't work.
Thomas A. Edison
i have a page with 2 iframes, the first iframe has a list of divs (instead of table rows), i would like to drag a div from 1 iframe to the other. I would also like to provide some visual feedback about what is being dragged. The div also needs to remain in its original spot so it can be dragged again.
I was thinking of duplicating the div on mousedown, then somehow attaching the new div (maybe with a filter over it) to the mouse cursor while dragging. If you mouseup over anywhere than the 'drop zone' then the duplicated div would just disappear.
I also need to make it cross browser, does that make sense and has anyone written a drag/drop this complex, or know of any resources where i can learn to do it?
=========================================
I have not failed. I've just found 10,000 ways that won't work.
Thomas A. Edison