sebastiano-guerriero
12/8/2013 - 12:29 PM

The resize property specifies whether or not an element is resizable by the user.

The resize property specifies whether or not an element is resizable by the user.

textarea  {
  resize:both;
  overflow:auto;
}

/* none, both, vertical, horizontal */