Hallo Uschi,
nochmals (sch... copy & paste!)
tip = document.getElementById('caller');
ox = 0;
el = tip;
while(el)
{
ox += el.offsetLeft;
el = el.offsetParent;
}
tip.style.left = dx+px;
soll so aussehen:
tip.style.left = ox;
Günter
Hallo Uschi,
nochmals (sch... copy & paste!)
tip = document.getElementById('caller');
ox = 0;
el = tip;
while(el)
{
ox += el.offsetLeft;
el = el.offsetParent;
}
tip.style.left = dx+px;
soll so aussehen:
tip.style.left = ox;
Günter