Re: Simple Question: Backwards Lists

At 2001-04-16T21:00+0100, Sean B. Palmer wrote:-

> Is there any way using XHTML 1.1 and CSS1/2/3 that you can get an <ol>
> to number in reverse order? e.g.:-
>
>      5. List item
>      4. List item
>      3. List item
>      2. List item
>      1. List item

It's nearly possible in CSS2, in that you can have a negative counter
increment and a non-zero initial value. What you cannot currently do is
count the number of items in the list to set the initial value.

Tim Bagot

Received on Monday, 16 April 2001 17:01:26 UTC