Monday, 26 August 2013

Make a fill remaining height

Make a fill remaining height

I learned from this question how to make an HTML element fill the
remaining height of a container. But it doesn't seem to be working with
<textarea>. This Fiddle compares the effects of display: table-row on a
<textarea> and a <div>:
http://jsfiddle.net/b4Tt8/2/
Why the difference, and how can I get the appropriate effect on the textarea?

No comments:

Post a Comment