hi,
so wie im ie:
function findIt(){
el = document.BILDNAME;
x = 0;
y = 0;
while(el)
{
x += el.offsetLeft;
y += el.offsetTop;
el = el.offsetParent;
}
alert("x = " + x + ", y = " + y);
}
hth
Gruesse Joachim
PS: ie am mac braucht 'parentElement'