Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

make textarea not resizable

You can either apply this as an inline style property like so: 
<textarea style="resize: none;"></textarea>
or in between 
<style>...</style> element tags like so: 
textarea { resize: none; }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #textarea #resizable
ADD COMMENT
Topic
Name
3+8 =