List Style
The list-style property is a shorthand for the list-style-type, list-style-position, and list-style-image properties.
Examples:
LI.square { list-style: square inside }
UL.plain { list-style: none }
UL.check { list-style: url(/LI-markers/checkmark.gif) circle }
OL { list-style: upper-alpha }
OL OL { list-style: lower-roman inside }
Maintained by John Pozadzides and Liam Quinn
CSS Index ~ CSS Structure ~ CSS Properties
Copyright © 1997 John Pozadzides and Liam Quinn. All rights reserved.