摘要:
function getPos(el) { if (BrowserHelper.IsIE()) { for (var lx = 0, ly = 0; el != null; ) { lx += el.offsetLeft; ly += el.offsetTop; el = el.offsetParent; } return { x: lx.toString() + "px", y: ... 阅读全文
posted @ 2010-04-26 13:41
lp123
阅读(198)
评论(0)
推荐(0)

浙公网安备 33010602011771号