TextAreaExpander demonstration
Example textarea elements
This is a standard textarea - it will not expand or shrink.
This textarea has been assigned a class of "expand". Its height will expand or contract as necessary. Scrollbars should never appear or be required.
This textarea has been assigned a class of "expand50-200". It will use the most appropriate height between 50 and 200 pixels. Scrollbars will appear if the content exceeds the maximum height.