[ACCEPTED]-Select odd elements except the first-child-css-selectors
Accepted answer
:nth(odd)
is just a shortcut for :nth(2n+1)
, if memory serves, so 1 I'd think :nth(2n+3)
might work.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.