style.listStyle (Property)

A shortcut property for defining several list style attributes in a single assignment.

Availability:

CSS level - 1
DOM level - 2
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:String primitive
JavaScript syntax:-myStyle.listStyle
CSS syntax:list-style: aType aPosition anImage
Argument list:aTypeA list type
aPositionA bullet position control
anImageA bullet image URL

This property supports the assignment of values to the following properties in one single operation:

Refer to the topics discussing each individual property for details of the values you can use.

The values can be specified in any order or combination because their namespaces do not collide.

See also:style.counterIncrement, style.listStyleImage, style.listStylePosition, style.listStyleType