CSS GUIDE LIST STYLE TYPE

From CDOT Wiki
Revision as of 22:00, 13 December 2006 by Ankuswan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This document is a work in progress and is subject to change.

Summary

The list-style-type sets the type of the list-item marker. This value decides what sort of marker the list items will use to differentiate each other.

Applicability:The list-style-type property can be used for all CSS elements, although some values may not work in some browsers.
Media Group: Visual
Inherited:Yes

Syntax

ul
{
list-style-type: [marker-type]
}

Legal Values

Possible values for marker-style: check this link for complete list.

See usage examples section for more details.

Mozilla Recommended Values

Usage Examples

list-style-type: disc  /*Set marker to disc.*/
list-style-type: decimal  /*Set marker to number.*/
list-style-type: lower-alpha  /*Set marker to lower alphabet.*/

Notes

Specification Conformance

Browser Compatibility

See Also