Visit Mozilla.org

CSS:list-style

From MDC

« CSS Reference

[edit] Summary

The list-style property is a shorthand property for setting list-style-type, list-style-image, and list-style-position.

[edit] Syntax

list-style: [ list-style-type || list-style-position || list-style-image ] | inherit

[edit] Values

list-style-type 
See list-style-type.
list-style-image 
See list-style-image.
list-style-position 
See list-style-position.

[edit] Examples

ul { 
    list-style: circle inside;
}

[edit] Notes

[edit] Specifications

[edit] Browser Compatibility

[edit] See Also

list-style-type, list-style-image, list-style-position