I am trying to have a resizable on a div, but the resizer handle is always contained within the div can I have it where scrollbars end.

/////////// Edit ///////////
I have achieved it with jScrollPane but after using jScroll I am unable to resize horizontally.
demo http://i53.tinypic.com/906rk9.png
It should work, if you put a wrapper around the element to be resized, and make this wrapper resizable.
I was playing around with that idea and this result seems to work:
Test with jsfiddle