C
Csaba2000
I'd like to know if it's possible to have
a drag style mechanism (or other simple
way) in which to alter the width of a
specific column or height of a specifi row
in a table.
For example, in the code below, if on my
Win 2K Pro IE 5.5 machine you click on the
border of the table, and then click and drag,
you can alter the width or height of the entire
table. (If you alter the width, you my notice
that the width of the two columns maintain a
3:2 ratio).
Thanks for any tips on how to do this for columns/rows,
Csaba Gabor from New York
<DIV contentEditable>
<TABLE border=1>
<COLGROUP style="width:1in">
<COLGROUP style="width:1.5in">
<TR>
<TD>foo</TD>
<TD>bar</TD>
</TR>
<TR>
<TD>baz</TD>
<TD>borf</TD>
</TR>
</TABLE>
</DIV>
a drag style mechanism (or other simple
way) in which to alter the width of a
specific column or height of a specifi row
in a table.
For example, in the code below, if on my
Win 2K Pro IE 5.5 machine you click on the
border of the table, and then click and drag,
you can alter the width or height of the entire
table. (If you alter the width, you my notice
that the width of the two columns maintain a
3:2 ratio).
Thanks for any tips on how to do this for columns/rows,
Csaba Gabor from New York
<DIV contentEditable>
<TABLE border=1>
<COLGROUP style="width:1in">
<COLGROUP style="width:1.5in">
<TR>
<TD>foo</TD>
<TD>bar</TD>
</TR>
<TR>
<TD>baz</TD>
<TD>borf</TD>
</TR>
</TABLE>
</DIV>