Difference between revisions of "CSS GUIDE LIST-STYLE"

From CDOT Wiki
Jump to: navigation, search
(No difference)

Revision as of 18:28, 13 December 2006

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

list-style-image

list-style-position

Mozilla Recommended Values

Usage Examples

ul { 
    list-style: circle inside;
}

Notes

Specification Conformance

Browser Compatibility

See Also

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