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.
list-style-type: circle;
IE5.5+, FF1+, SA1.3+, OP9.2+
| 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. ... |