Issue
I am filling a textarea with content for the user to edit.
Is it possible to make it stretch to fit content with CSS (like overflow:show
for a div)?
Solution
Not really. This is normally done using javascript.
there is a good discussion of ways of doing this here...
Autosizing textarea using Prototype
Answered By - Rik Heywood
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.