Is there any possibility to get the nth element of an ordered list in CSS2?
(similar to :nth-child() in CSS3)
:nth-child()
FYI: I\'m trying to program
No you can't. nth-child() got introduced in CSS3 , so I don't think that there is an way around that problem.
nth-child()