Text Wrap around JQuery Draggable/Resizable Image

I am trying to use JQuery, and want images to be resizable and draggable. I also want the text to wrap around the image (does not have to be real time) when the image is dragged or resized. Right now I can get the text to the side of the image, but once I add more text that the line breaks, it just moves the paragraph down under the image/container of the image.

I have already tried just setting a float to the containing div around the image, and the image itself. It sort of works but the text breaking is wrong. Maybe I am missing something extremely obvious.