摘要: 网上对offsetParent和parentNode差异的解释都是同一篇文章千篇一律,讲的不是很清楚。offsetParent用的最普遍的就是来计算元素在页面中的位置,前面的日志理讲了 通过getBoundingClientRect() 来获取页面中元素的位置,不过这只支持最新的浏览器,如果要兼容像Opera9.2和Firefox2以及Safair任何版本都只能通过offsetParent该属性来... 阅读全文
posted @ 2008-10-06 12:13 qieqing 阅读(1592) 评论(0) 推荐(0) 编辑
摘要: [代码]下面这是MSDN的解释:SyntaxoRect = object.getBoundingClientRect()Return ValueReturns a TextRectangle object. Each rectangle has four integer properties (top, left, right, and bottom) that represent a coord... 阅读全文
posted @ 2008-10-06 01:16 qieqing 阅读(36375) 评论(4) 推荐(3) 编辑