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

Why width of table cell is enlarging when I type long string into textarea ?

0 views
Skip to first unread message

Rastislav Gonda

unread,
Dec 8, 2000, 10:41:21 AM12/8/00
to
Why width of table cell is enlarging when I type long string into textarea ?
I'm using owerflow style on textarea, because I need enlarging textarea, but
only height.
Height of textarea is not enlarging, but table cell is enlarging. When I set
owerflow to hidden, width of table cell has still same size, but height too.

I have these piece of code

<table border="1" width="400" cellspacing="0" cellpadding="0">
<tr>
<td width="100" bgcolor="#C0C0C0">Item</td>
<td width="300" bgcolor="#C0C0C0">Value</td>
</tr>
<tr>
<td width="100">Desription</td>
<td width="300">
<textarea class="at_textArea" style="FONT-FAMILY: Arial;
FONT-SIZE: 12px; WIDTH: 300px; OVERFLOW: visible;"></textarea>
</td>
</tr>
</table>

Can you help me?
Thanks Rasto.


0 new messages