[jQuery] Draggable and Resizable on DIV
I have a div with a css backgorund set as the image and i want to use
the draggable().resizable() in unison
i have a bunch of images(products) that i drag to a canvas. once the
drag has stopped i want the images to be resizable. does having the
image set as the div's backgorund affect resizing. reason being the
the resize demo showed here
http://ui.jquery.com/repository/latest/demos/functional/#ui.resizable
uses <img> as opposed to a css background.
also my images are pngs which means that ie6 users will have issues if
this cannot work on CSS backgrounds
are there any pointers or tutorials on how i can achieve this
i've already asked in the JQueryUI group with no success
let me know if anyone needs further info.