CSS - resizable text area #css
textarea { -moz-resize: vertical; -webkit-resize: vertical; resize: vertical; }