Drag n Drop issue with Div's (this should be a quick question and answer)

Drag n Drop issue with Div's (this should be a quick question and answer)


Hello - I have a simple table with a div tag for blocks of fields on
the left hand side (these are in a div container). They will not drag
over to the right hand side where the image (the target) is. They seem
to be limited to stay within the div tag and cannot be dragged outside
of the div tag. However, if I remove the div tag, it works perfectly
fine and the fields are able to be dragged over to the image.
Is there a setting or something that would allow me to do this?
Here is the code I am using (the main drag event is at the very bottom
of the code):
http://pastie.org/636289
And here is a link to a live test page which you can see what is
happening (the left side columns should be able to be dragged over to
the image):
http://webfiredesign.com/test/FormLayout.php
I appreciate any help anyone can give.
Thanks!