Draggable items loaded with a load()

Draggable items loaded with a load()

Hey

Am trying to load() a page of images into a container, and make those images draggable to a section in the window. This section is outside the container that is populated with load() and the images wont drag externally to that container.

I have used {containment: 'window'} or {containment: 'document'} and its still not working. The thing seems to drag outside ok, as in its not forced to stay in the container, but when it leaves the container its as if its behind / invisible.

I have also tried using zindex to no joy, and starting to run out of ideas. Also I cant find anyone thats doing the combination of what I am trying to achieve.