FrameElement.offsetParent Property
SharePoint Designer Developer Reference |
Retrurns an IHTMLElement object that represents the parent element that defines the offsetTop and offsetLeft properties.
Syntax
expression.offsetParent
expression Required. A variable that represents a FrameElement object.
See Also