I was wondering; is it possible to style the css3 resize property?
div { resize:both; overflow:auto; }
I want a horizontal resize
In short, I found the best answer so far in this post: Emulating frame-resize behavior with divs using jQuery without using jQuery UI?
Lightweight and simple. I have flagged my post here as a duplicate.