Stretching a textarea's height
Posted: Wed Nov 19, 2003 4:12 pm
Hi,
I know that it is possible to make a textarea stretch to the whole width of a page by using css in the following fashion:
But attempting style="width: 100%; height: 100%" doesn't seem to do anything?
Thus my question, does anyone know how and if it's possible to stretch a text area to fill a given space height wise?
Thanks in advance
I know that it is possible to make a textarea stretch to the whole width of a page by using css in the following fashion:
Code: Select all
<textarea rows="15" cols="15" name="textarea" style="width: 100%"><textarea>Thus my question, does anyone know how and if it's possible to stretch a text area to fill a given space height wise?
Thanks in advance