CSS Property:
resize:

Result:
Change the resize property and try resizing this DIV element.
CSS Code:
#myDIV {
resize:both;
overflow:auto;
}
Click the property values above to see the result
W3Schools.com - Play it