absolute positions
Posted: Wed Apr 02, 2003 5:38 am
is there any way at all i can get the current absolute position of an element?
for example:
<table>
<tr>
<td>fred</td>
<td><div style="position:absolute;">something</div></td>
</tr>
</table>
can i now get the position of the div in left,top terms?
for example:
<table>
<tr>
<td>fred</td>
<td><div style="position:absolute;">something</div></td>
</tr>
</table>
can i now get the position of the div in left,top terms?