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)?
thanks :)
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)?
thanks :)
Not really. This is normally done using javascript.
there is a good discussion of ways of doing this here...