Distintos valores para redimensionar un textarea
textarea {
resize: inherit;
moz-resize: inherit;
-webkit-resize: inherit;
}
/* Posibles Valores
both: Ambas redimensiones, tanto vertical como horizontal.
horizontal: Únicamente redimensión horizontal
vertical: Únicamente redimensión vertical
inherit: Desactiva la redimensión.
*/