Lists

list-style-type

This property sets the type of bullet in a list. In some browsers a unordered list can be turned to an ordered list using this property. To completely remove the bullet use the none value.

Example

list-style-type: circle;

Browser support

IE5.5+, FF1+, SA1.3+, OP9.2+

Values

circle A unfilled circle
decimal 1, 2, 3, ... (ol default)
decimal-leading-zero 01, 02, 03, ...
disc A solid circle(ul default)
lower-alpha a. b. c. ...
lower-greek List style type value.
lower-roman i. ii. iii. ...
upper-alpha A. B. C. ...
upper-roman I. II. III. ...

Related properties

Can be used with..

Search the Soup!