HBCMS更多的中文手册参考:

MARGINWIDTH Attribute | marginWidth参数属性

DHTML文档教程

Sets or retrieves the left and right margin widths before displaying the text in a frame.

dhtml语法

HTML<ELEMENT MARGINWIDTH = iWidth... >
Scriptingobject.marginWidth [ = iWidth ]

DHTML可能的值

iWidthVariant 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.

是否符合公共标准

This property is defined in HTML 4.0 Non-Microsoft link and is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 Non-Microsoft link.

Applies To

FRAME, IFRAME, LAYOUTRECT

更多语法参考

marginHeight