list-style-image
The classification properties of your document refer to the element type which is being used. Examples of this are inline elements, block elements, and list items. With this property, the element type can be changed. This property will give you more control over the presentation and functionality of your document.

list-style-image

This value is used to specify an image to be used as the bullet.

list-style-image values

none

This value will suppress the image bullets the element may have inherited from a previous list-style-image statement (a parent element).

url

This value is used to specify the location (url) of the image to be used as the bullet.

EXAMPLE:

OL {list-style-image: url(bigbullet.gif)}

This example will cause the bullet to be displayed as the image file 'bigbullet.gif'.