get absolute position

Hi!
Please, can I detect absolute position of any DIV or any other tag on
HTML page? For example:

<html>
<body>
ABCD<br>
EFGH<br>
IJKL<br>
<div id="pos">
MNOP
</div>
</body>
</html>

I need detect absolut position of DIV with ID pos.
But, if I change style position to absolute, I can't find normal static
position in HTML page for it, becouse default absolute position is
left:0, top:0
If I change style position to relative, I can't find absolute left and
top position, because position is relative...
Help me please (for IE and NS)
Thank you very much.
George

GeniuZ
---- UNDERGROUND DESIGN -----
 http://www.geniuz.cz/geniuz
----------------------------------------

Received on Monday, 8 February 1999 06:06:11 UTC