Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

文章标签:CSSOM

找到 4 篇文档

  • Web/API/CSSStyleSheet 这个对象实现了代表单个CSS样式表(CSS style sheet)的接口
  • Web/API/CSS_Object_Model The CSS Object Model is a set of APIs allowing to manipulate CSS from JavaScript. It is the ...
  • Web/API/Element/getClientRects Element.getClientRects() 方法返回一个指向客户端中每一个盒子的边界矩形的矩形集合。
  • Web/API/HTMLElement/offsetLeft HTMLElement.offsetLeft 是一个只读属性,返回当前元素 左上角 相对于 HTMLElement.offsetParent 节点的左边界偏移的像素值。