style.layoutGridMode (Property)

Mode settings for the MSIE grid layout extensions.

Availability:

CSS level - Proposed
JScript - 5.0
Internet Explorer - 5.0
Property/method value type:String primitive
JavaScript syntax:IEmyStyle.layoutGridMode
CSS syntax:layout-grid-mode: aControl
Argument list:aControlA specifier for the mode of operation of the layout grid

This property defines whether the layout grid uses one or two axes or neither for positioning characters. The following keywords can be used:

The default is for both the line and character spacing to be used. Using the line or char keywords signifies that only one axis is to be used for the grid.

See also:style.layoutGrid