javascript_howto thread: How to find the absolute position of an object
Hello All Is there a way to find the absolute position of an object when the page loads? What I have is an image on the page, and I want to place a table in a div over that image in an attempt to create a grid, but I run into problems when the user's screen resolution changes. So, I would like to find the absolute position of the image and input those cordinates into the div. Thanks in advance.
|





