tutorial.eyehunts.com
Get the absolute position of element JavaScript | Example code
The correct approach is to use element.getBoundingClientRect() to Get absolute position of element in JavaScript. Use element id to get it...
Rohit