- Description
Also (counter-reset), control the numbering sequence of one or more CSS counters.
counter-increment increments the named counter by 1.
counter-reset resets the named counter to 0.- Live Example
- Play with the code in the textarea below.
- Values
- [ identifier, integer ? ]+ | none | inherit
- Default value
- counter-increment default 1, c
- Introduced in CSS version
- 2.1
- Applies to elements
- All
- Inherited
- No
- Browser Support
Browsers IE Firefox Safari Opera Chrome Versions 8 2 3.1 6 0.4
Belongs to:
See the full list CSS properties and browser support: CSS Properties