offsetParent returns a reference to the object which is the closest (nearest in the containment hierarchy) positioned containing element. If the element is non-positioned, the root element (html in standards compliant mode; body in quirks rendering mode) is the offsetParent.
offsetParent returns null when the element has style.display set to "none".
Page last modified 05:15, 21 Apr 2008 by Johnjbarton