DOM2 is non-standard, but it supports several excellent attribute summary.

Source: Internet
Author: User

1. offset


OffsetWidth: the space occupied by the element in the horizontal direction, including the border and the width of the scroll bar.
OffsetHeight: the space occupied by the element in the vertical direction, including the border and the height of the scroll bar.
OffsetLeft: returns the left offset of the element, that is, the pixel distance from the left outer border of the element to the left inner border of the element.
OffsetTop: returns the upper offset of an element, that is, the pixel distance from the upper and outer borders of an element to the upper and outer borders of an element.
OffsetParent: returns the latest dynamically located Index containing the element, that is, the ancestor element of the element.


2. Customer zone size

ClientWidth: the size of the space occupied by the element content (including the padding) in the horizontal direction, excluding the border and the width of the scroll bar.
ClientHeight: the space occupied by the element content (including the padding) in the vertical direction, excluding the border and the height of the scroll bar.


3. Scroll size

ScrollWidth: the actual width of the element content (including the padding), including the hidden content width.
ScrollHeight: the actual height of the element content (including the padding), including the hidden content height
ScrollLeft: the width of the hidden content on the left of the element.
ScrollTop: the height of the hidden content above the element.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.