Version: Level 1
Compability: IE4+ N6
The list-style property allows you to combine into one declaration the list-style-image, and/or the list-style-position, and/or the list-style-type properties. This property is inherited.
Each of these three individual properties are discussed on their own page.
li { list-style: url("http://devguru.com/devgurupix.gif"), inside, circle; }
ul { list-style: outside, upper-roman; }
ol { list-style: square; }