tags:

views:

97

answers:

2

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 :)

+5  A: 

Not really. This is normally done using javascript.

there is a good discussion of ways of doing this here...

http://stackoverflow.com/questions/7477/autosizing-textarea

rikh
thanks rikh...!
significance
A: 

No, it is impossible.

Juriy