Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

disable textarea resize

textarea {   /* for all text* area elements */
  resize: none;
}

#foo {                  /* for particular id */
  resize: none;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #disable #textarea #resize
ADD COMMENT
Topic
Name
9+1 =