It is possible to expand a textarea only with CSS?
14:24 07 Apr 2013

I have a textarea with 200px of height, but when I pass that 200px with text I want to have the textarea expanded instead of keeping the 200px of height with a scroll bar.

It is possible to do that only with CSS?

html css