Ordered Lists Backwards
Posted November 18th, 2004 @ 10:54am by Erik J. Barzeski
You know what would be nice? Something like this:
<ol start="backwards">
It sure would be nice for numbering things like top-10 lists backwards (10, 9, 8, 7…).
Posted November 18th, 2004 @ 10:54am by Erik J. Barzeski
You know what would be nice? Something like this:
<ol start="backwards">
It sure would be nice for numbering things like top-10 lists backwards (10, 9, 8, 7…).
Posted 18 Nov 2004 at 11:08am #
That's "list-order:reverse", for some dumb reason not included until CSS 3.0...
Posted 18 Nov 2004 at 12:55pm #
Probably because no one thought of it until then. 😉
Posted 18 Nov 2004 at 2:53pm #
I could have used something like this in a recent project:
http://www.asmp.org/60th/
Notice the list I use for the tabs / navigation. They are backwards in code primarily in partnership with some floating I was doing. But it would have been better if I could have had them in that same order as seen left to right visually.