Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

textarea resize only horizontal

only vertical resize
textarea { resize: vertical; }

only horizontal resize
textarea { resize: horizontal; } 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #textarea #resize #horizontal
ADD COMMENT
Topic
Name
7+4 =