JS Native offsetparent Parsing

Source: Internet
Author: User

Offsetparent is a read-only property that returns a reference to the container element that recently displayed the specified location. If the element does not have a location specified, the nearest element or root element (in standard mode, HTML, or body in weird mode) is offsetparent. When the element style.display= ' None ', offsetparent returns NULL. Because offsettop and offsetleft are relative to the margins, offsetparent is very useful.     Browser Compatibility     on a WebKit-centric browser, NULL is returned if the element is hidden (the element or ancestor element style.display= ' none ') or the element itself style.position= ' fixed '. on IE (9), as the element style.position= ' fixed ', the property returns NULL. (however Display:none does not affect this browser)
<!  DOCTYPE html>

https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement.offsetParent

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.