I was playing with AJAX Contol Toolkit today and wanted to position a control (ie DIV) at the same position as the control (ie element) however I was suprised to discover that there is no such property, you have to total all the offsets of the elements parents to get the actual position. Fortunatley I stumbled across this…
Find Position which worked a treat.