Thank you in advance.
I have a table with a <DIV> in it and would like to get the left
property of the <DIV>. It comes back 0. I would like to get the the
position relative to the screen (like 354). Is this possible? If so
could you please point me in the right direction?
Thanks
<TABLE ALIGN="center">
<TR>
<TD>
<DIV>Some Text</DIV>
</TD>
</TR>
</TABLE>
I have a table with a <DIV> in it and would like to get the left
property of the <DIV>. It comes back 0. I would like to get the the
position relative to the screen (like 354). Is this possible? If so
could you please point me in the right direction?
Thanks
<TABLE ALIGN="center">
<TR>
<TD>
<DIV>Some Text</DIV>
</TD>
</TR>
</TABLE>
Comment