I want to leave the answer here because I have the same problem and the answer above is not entirely useful.
For all browsers except IE6-7
div#parent {height:500px;} textarea#child {height:100%;}
But for IE6-7 you need to install:
textarea#child { height:100%; position: absolute; }
source share