How do I disable textarea resizing ?
Hi,
Css tricks for textarea resizing.
textarea {
resize: none;
}
End.
Written by Mehmet BAT
Related protips
3 Responses
Nice tip,
you can also use resize:vertical and resize:horizontal for more control. This post by David Walsh covers it well: http://davidwalsh.name/textarea-resize
:)
over 1 year ago
·
Nice trick, but why would you want to disable textarea resizing? It's a very useful feature.
over 1 year ago
·
I prefer to use a "max-width" or "max-height". I think that is better than disable the textarea resize. :)
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#