Home
last modified time | relevance | path

Searched refs:getposOffset (Results 1 – 1 of 1) sorted by relevance

/plugin/anewssystem/
H A Ddropdowncontent.js17 getposOffset:function(what, offsettype){ method in dropdowncontent
18 …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"