Use the css3 resize property.
div {
resize: both;
}
There is also a resize: horizontal and resize: vertical.
Not currently cross browser http://caniuse.com/#feat=css-resize
Use the css3 resize property.
div {
resize: both;
}
There is also a resize: horizontal and resize: vertical.
Not currently cross browser http://caniuse.com/#feat=css-resize