Sets or retrieves the indentation for each menu level in the menu behavior.
Syntax
XML <Prefix:CustomTag ID = sID STYLE="behavior:url('expand.htc'); mv--indent: iDistance;" .../> HTML { mv--indent: iDistance } Scripting [ iDistance = ] oMenu.style.mvIndent
Possible Values
Prefix Prefix used to associate CustomTag with a namespace. This prefix is set using the XMLNS attribute of the HTML tag. CustomTag User-defined tag. sID String that uniquely identifies the object. iDistance Floating-point number and an absolute units designator (cm, mm, in, pt, pc, or px), a relative units designator (em or ex), or a percentage. The property is read/write with a default value of lightgrey; the cascading style sheets (CSS) attribute is inherited.
Remarks
The mv--indent attribute is available only to objects participating in the menu behavior.
Applies To
menu