Is there any reason why IE will not render TEXTAREA at height 100% under standards compliant doctype (see below)? I have set HTML and BODY height to 100%, but the textarea is still only showing as two lines (unless I specify the height in "px" instead of "%").
Any thoughts workarounds woud be much appreciated.
Thanks
PS: I am using following doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


Reply With Quote
Bookmarks