The list-style property may be used as a replacement for all three other properties related to CSS list styling; these are list-style-type, list-style-image and list-style-position.
The list-style property contains following information:
- value: [<list-style-type>, <list-style-position>, <list-style-image>] or inherit;
- initial: depends on individual properties;
- applies to: list elements;
- inherited: yes;
- percentages: N/A;
- media: visual;
- computed value: depends on individual properties.
If the list-style-image was added as the type then list-style-type values, if any, have to be ignored.
Example
CSS list-style property example:
Comments
No comments have been made yet.
Please login to leave a comment. Login now