Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

TEXTAREA not maximizing with multi rowspan TD

0 views
Skip to first unread message

Csaba Gabor

unread,
Apr 1, 2004, 1:54:28 PM4/1/04
to
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 Leboeuf

unread,
Apr 3, 2004, 10:33:49 AM4/3/04
to
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
--

Henri Leboeuf
Web page: http://www.generation.net/~hleboeuf/index.htm

"Csaba Gabor" <ne...@CsabaGabor.com> wrote in message
news:ORbABrB...@TK2MSFTNGP11.phx.gbl...

0 new messages