I’m searching for a way to apply the so called “alphanumeric order” for standard html ordered lists. (Alphanumeric: http://de.wikipedia.org/wiki/Gliederung#Alphanumerische_Gliederung)
I would like to achieve this without manually adding any tags to the html content. It seems to me that there is no way to achieve this in CSS? Could this possibly be done with jQuery?
I’m very new to programming, any help is greatly appreciated.
I think this would be a CSS solution pretty close to your example.
http://jsfiddle.net/UChFP/5/
This is a pretty nice CSS-only solution, supporting all levels of your example.