JSSTag.listStyleType (Property)

A list style bullet selector for the object.

Availability:

CSS level - 1
JavaScript - 1.2
Netscape - 4.0
Deprecated
Property/method value type:String primitive
JavaScript syntax:NmyJSSTag.listStyleType
NmyJSSTag.listStyleType = aStyle
CSS syntax:list-style-type: aStyle
HTML syntax:<... TYPE="...">
Argument list:aStyleA list style control

The JSSTag.listStyleType property corresponds to the list-style-type CSS property.

This is used to control the appearance of lists of items. It can have the following values:

The value "none" suppresses labels on the list.

There are various graphic symbols.

You can also number the list items using different documentation conventions (numbers, roman numerals, letters etc).

There is also support for international character fonts and localisation requirements.

The default value for this property is "disc".

This value is inherited from its parent container element.

Warnings:

See also:style.listStyleType