{list-style:} Property
list-style: { list-style-type list-style-position list-style-image | inherit } ;
The {list-style:} shorthand property sets all three {list-style:} properties simultaneously. Note that an omitted property value will be set to that property's initial value.
Internet Explorer for Windows versions up to and including 7 will only recognize a {list-image:} URI if it’s immediately followed by whitespace, or the end of the declaration.
Internet Explorer for Windows versions up to and including 7 don’t support the value {inherit;}.