The resize property specifies whether or not an element is resizable by the user.
textarea { resize:both; overflow:auto; } /* none, both, vertical, horizontal */