Wrong var
This commit is contained in:
parent
9be462e43c
commit
9faa832560
@ -214,7 +214,7 @@ function getTop(theitem){
|
|||||||
offsetTrail = offsetTrail.offsetParent;
|
offsetTrail = offsetTrail.offsetParent;
|
||||||
}
|
}
|
||||||
if (navigator.userAgent.indexOf("Mac") != -1 && typeof document.body.leftMargin != "undefined")
|
if (navigator.userAgent.indexOf("Mac") != -1 && typeof document.body.leftMargin != "undefined")
|
||||||
offsetLeft += document.body.TopMargin;
|
offsetTop += document.body.TopMargin;
|
||||||
return offsetTop;
|
return offsetTop;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user