Hi,
how i can find height of row:
in HTML is
<TABLE id="myTable">
<COLGROUP width="50">
<COLGROUP width="0*">
<TR><TD>zzzzzz yyyyyyyy tttt - this is longer than 50 and this cell will be wrapped</TD><TD>blabla</TD></TR></TABLE>
and I'd like to know the height of wrapped cell,
I test (i means index of row or TR in table)document.all.myTable.rows.style.lineHeight or
document.all.myTable.all.tags("TR"
.style.lineHeight, but these return ""
What's the way to do it?
Thanx
how i can find height of row:
in HTML is
<TABLE id="myTable">
<COLGROUP width="50">
<COLGROUP width="0*">
<TR><TD>zzzzzz yyyyyyyy tttt - this is longer than 50 and this cell will be wrapped</TD><TD>blabla</TD></TR></TABLE>
and I'd like to know the height of wrapped cell,
I test (i means index of row or TR in table)document.all.myTable.rows.style.lineHeight or
document.all.myTable.all.tags("TR"
What's the way to do it?
Thanx