Searched refs:getposOffset (Results 1 – 1 of 1) sorted by relevance
17 getposOffset:function(what, offsettype){ method in dropdowncontent18 …return (what.offsetParent)? what[offsettype]+this.getposOffset(what.offsetParent, offsettype) : wh…40 subobj.style.left=this.getposOffset(anchorobj, "offsetLeft") + horizontaloffset + "px"41 subobj.style.top=this.getposOffset(anchorobj, "offsetTop")+verticaloffset+"px"