I am trying to create a dragabble resizable dialog box, but I can't seam to get it to resize from right to left, bottom to top. I want to be able to resize the div without changing its position. If you take a look at the demo on codeine, you can drag from bottom right corner. It's as if its width resize is using the center of the div as its transform origin. of course setting the transform origin property in css to top left does nothing on resizing.
Please any help is much appreciated.
$( "#os_window" ).draggable({ handle: "#window_top_bar" });
$( "#os_window" ).resizable();
im finding very little in terms of direction on this