Difference between revisions of "CSS GUIDE LIST-STYLE"
Line 1: | Line 1: | ||
== Summary == | == Summary == | ||
− | The '''list-style''' property is a shorthand property for setting [[CSS_GUIDE_LIST-STYLE-IMAGE|list-style-image]], [[ | + | The '''list-style''' property is a shorthand property for setting [[CSS_GUIDE_LIST-STYLE-IMAGE|list-style-image]], [[CSS_GUIDE_LIST_STYLE_TYPE|list-style-type]], [[CSS_GUIDE_LIST-STYLE-POSITION|list-style-position]]. |
* Initial value: see individual properties for details | * Initial value: see individual properties for details | ||
Line 19: | Line 19: | ||
list-style-type | list-style-type | ||
− | * See [[ | + | * See [[CSS_GUIDE_LIST_STYLE_TYPE|list-style-type]] |
list-style-image | list-style-image | ||
Line 49: | Line 49: | ||
== See Also == | == See Also == | ||
− | [[CSS_GUIDE_LIST-STYLE-IMAGE|list-style-image]], [[ | + | [[CSS_GUIDE_LIST-STYLE-IMAGE|list-style-image]], [[CSS_GUIDE_LIST_STYLE_TYPE|list-style-type]], [[CSS_GUIDE_LIST-STYLE-POSITION|list-style-position]] |
Latest revision as of 17:29, 13 December 2006
Contents
Summary
The list-style property is a shorthand property for setting list-style-image, list-style-type, list-style-position.
- Initial value: see individual properties for details
- Applies to: elements with 'display: list-item'
- Inherited: no
- Percentages: N/A
- Media: visual
- Computed value: see individual properties
Syntax
list-style: [ list-style-type || list-style-position || list-style-image ] | inherit
Legal Values
list-style-type
- See list-style-type
list-style-image
- See list-style-image
list-style-position
Mozilla Recommended Values
Usage Examples
ul { list-style: circle inside; }