CSS3 Selectors To Find All But Last

Posted by c00lryguy on Stack Overflow See other posts from Stack Overflow or by c00lryguy
Published on 2010-04-04T04:17:54Z Indexed on 2010/04/04 4:23 UTC
Read the original article Hit count: 441

Filed under:
|
|

How would I select all but the last child using css3 selectors?

For example, to get only the last child would be div:nth-last-child(1)

© Stack Overflow or respective owner

Related posts about css

Related posts about css3