offsetParent :: Position
offsetParent(element) -> HTMLElement
Returns element’s closest positioned ancestor. If none is found, the body element is returned.
he returned element is element’s CSS containing block.
Prototype API 1.5.0 - prototypejs.org