Monday, 19 August 2013

CSS: select all starting from n-th element

CSS: select all starting from n-th element

How can I select all child elements starting from n-th element? For
example I have a div with 7 spans and I need to select all spans starting
with 3-rd element, so 4,5,6,7 should be selected.

No comments:

Post a Comment