List-style-type
From Htmlpedia
Contents
CSS 1 property: list-style-type
This article is a stub for the property list-style-type. Please help us improve HTMLpedia by improving this article.
Property Values
This property accepts the following values:
- disc (supported by all grade-A browsers)
- circle (supported by all grade-A browsers)
- square (supported by all grade-A browsers)
- decimal (supported by all grade-A browsers)
- decimal-leading-zero (Not supported by IE6 or IE7)
- lower-roman (supported by all grade-A browsers)
- upper-roman (supported by all grade-A browsers)
- lower-greek (Not supported by IE6 or IE7)
- lower-latin (Not supported by IE6 or IE7)
- upper-latin (Not supported by IE6 or IE7)
- armenian (Not supported by IE6 or IE7, need to have font installed for other browsers)
- georgian (Not supported by IE6 or IE7, need to have font installed for other browsers)
- lower-alpha (supported by all grade-A browsers)
- upper-alpha (supported by all grade-A browsers)
- none (supported by all grade-A browsers)
- inherit (supported by all grade-A browsers)
Full grid of support can be found at CSS, JavaScript and XHTML Explained
Example
![]() | <style type="text/css"> element { list-style-type: value; } </style> ... <element attribute="foo">Contents</element> |
Browser Support
If you have tested support for this property in any of the following browsers, please indicate its level of support using one of the following keywords:
- Full
- Partial
- Buggy
- None
If you indicate that support is "Partial" or "Buggy," please add further comments explaining what's missing or what doesn't work right.
- IE 3
- Support is Unknown
- IE 4
- Support is Unknown
- IE 5
- Support is Unknown
- IE 5.5
- Support is Unknown
- IE 6
- Support is Unknown
- IE 7
- Support is Unknown
- NS 3
- Support is Unknown
- NS 4
- Support is Unknown
- NS 4.5
- Support is Unknown
- NS 6
- Support is Unknown
- NS 7
- Support is Unknown
- NS 8
- Support is Unknown
- Firefox 1
- Support is Unknown
- Firefox 1.5
- Support is Unknown
- Firefox 2
- Support is Unknown
- Mozilla
- Support is Unknown
- Opera 6
- Support is Unknown
- Opera 7
- Support is Unknown
- Opera 8
- Support is Unknown
- Opera 9
- Support is Unknown
Tips and Tricks
If you know of any useful or uncommon tips or techniques using this property, please describe them here.
References
- W3C Specification: CSS Specification Level 1
- HTMLpedia: List of CSS Properties
- Estelle Weyl's Grid of Browser CSS property / value support