Is it possible to get the position of HTML columns in pixels. Position could be relative or absolute ..that is not an issue. Is there any way to achive this ??? [ August 21, 2007: Message edited by: Bear Bibeault ]
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
You would call it with
Eric
samir ware
Ranch Hand
Joined: Jul 27, 2005
Posts: 186
posted
0
hi Eric , Thanks for the reaply .But the code you have given can give me the position of any of the element like table or div. I want to know the position of tr and td inside the table. Is it possible to get the position of td with the code that you have given . I tried the code there by passing the id as TD ...but it was not working