I need to position a <DIV> next to a table cell (<TD>) when the user mouses over. The table and table cell are NOT absolutely positioned. How can I determine the absolute pixel position of the <TD> element?
I have a reference to the TD element in my code. I have tried el.style.top, etc... but I get 0. Is there a element or style property that will tell me where the element was rendered on the screen?
I have a reference to the TD element in my code. I have tried el.style.top, etc... but I get 0. Is there a element or style property that will tell me where the element was rendered on the screen?