Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Sets or retrieves the left and right margin widths before displaying the text in a frame.
Syntax
< ELEMENT MARGINWIDTH = iWidth ... > |
object . marginWidth [ = iWidth ] |
Possible Values
iWidth | Variant that specifies or receives the width, in pixels. |
The property is read/write. The property has no default value.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see About Dynamic Properties .
Remarks
Margins cannot be less than 1 pixel or so large that the text cannot be displayed.
If marginWidth is specified but marginHeight is not, marginHeight is set to 0.
If the document hosted in the frame or iframe has margin-left or margin-right properties set either through Cascading Style Sheets (CSS) or through the leftMargin or rightMargin properties of the body element, then this property is ignored.
Standards Information
This property is defined in HTML 4.0 and is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To
|
FRAME , IFRAME , LAYOUTRECT |
Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |