UL.type (Property)

A control for the type of listing style that is presented.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape version - 6.0
Property/method value type:String primitive
JavaScript syntax:-myUL.type

Although an unordered list does not support a sequence numbering scheme, they may be displayed in a variety of different formats selected by this property.

You can override this on an item by item basis and so this property is related to the LI.type property.

The following values are appropriate for this property:

See also:LI.type, OL.type, style.listStyleType