TEXTAREA not maximizing with multi rowspan TD

C

Csaba Gabor

The following demonstrates how the TEXTAREA element does not size to 100%
unless I manually (with javascript) force the table's size (to be what the
table's size already is). Am I missing something here?

Csaba Gabor from Budapest

<HTML>
<head><title>Textarea sizing</title></head>
<BODY onLoad=
"alert('Ready');var
mytd=document.getElementById('mytd');mytd.style.height=mytd.offsetHeight">
<TABLE bgcolor="orange" border=1 id=mytd>
<TR><TD rowspan=3><TEXTAREA style="width:100%;height:100%">
This should ALREADY fill the cell</TEXTAREA></TD>
<td>One</td></TR>
<tr><td>Two</td></tr>
<tr><td>Three</td></tr>
</TABLE></BODY><HTML>
 
H

H Leboeuf

No problems here, using IE 6.

Check your Java Support
Found out what version you have and you should be able to get what you need.
http://www.visualware.com/support/javasupport.html#windows


Check your Java Support
Found out what version you have and you should be able to get what you need.
http://n6hb.org/s-a/JAVA-ts.htm#ie_jvm

Microsoft's Scripting download
Get the latest. Two download versions are available for Windows Script 5.6.
The first version requires Windows 2000, XP; the second version requires
Microsoft Windows 98, Millenium Edition (Me), or NT 4.0.
Choose the download appropriate for your operating system.
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top