Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to make counter-increment count ‘down’ in CSS3 ? Re: How to make counter-increment count ‘down’ in CSS3 ?

#114618
Paulie_D
Member

You would have to use javascript I suspect to count the number of items and then count backwards.

I doubt if there is a pure CSS way.