<div id="table2" style="z-index: 3; left: 257px; top: 247px;">
<span id="table2hand" class="handle"></span>
<span id="table21" class="row" style="position: relative;">
<input id="ck21" type="checkbox" value="checked"/>Item 1</span>
<span id="table22" class="row" style="position: relative;">
<input id="ck21" type="checkbox" value="checked"/>Item 1</span>
</div>
How can i get the X,Y co-ords of the spans table21 and table 22?
Since they are in a move able div the parenet hasa absolute position but they are relative to the parent...
Any thoughts?
EDIT I forgot to say i'm doing this work in JavaScript