Making CSS Counters Count Backwards
Example 1 (normal counter)
- item one
- item two
- item three
- item four
- item five
- item six
- item seven
- item eight
- item nine
- item ten
Example 2 (larger numbers)
- item one
- item two
- item three
- item four
- item five
- item six
- item seven
- item eight
- item nine
- item ten
Example 3 (counting backwards)
- item one
- item two
- item three
- item four
- item five
- item six
- item seven
- item eight
- item nine
- item ten
Example 4 (production code)
- In tenth place..
- In ninth place..
- In eighth place..
- In seventh place..
- In sixth place..
- In fifth place..
- In fourth place..
- In third place..
- In second place..
- In first place..
Example 5 (lower-case greek)
- epsilon
- delta
- gamma
- beta
- alpha
Example 6 (production code + hack for IE6/7)
- In tenth place..
- In ninth place..
- In eighth place..
- In seventh place..
- In sixth place..
- In fifth place..
- In fourth place..
- In third place..
- In second place..
- In first place..