I have a simple CSS problem
In this site http://web.cinaird.se/pdf/test.htm (<–removed) I have a draggable images in the top content, I want a span that float on top of the image and for this I need a span containing the image and a span floating on top. So long no problem but now when i drag the image it hides outside the top content.
so my question is as follows, how can I wrap a image and a floating span above and still be able to drag it outside the container.
you need to change
to
so the element’s parent container will be the body