I'm creating a way for the user to resize divs , and I'm using Jquery's UI library which works fine. However, say I wish to invert the position of the content (usually some kind of image), horizontally or vertically, I cannot seem to do it. the resizable div wrapping the image does not resize beyond the top and left position ? Any idea how I could do it using jquery resizable.
EDIT: This is the jsfiddle (in the comment below) where I have put the minHeight as -100 but when resizing the height does not go beyond 0. I need it to be negative as well.