Re: Proposed :between selector

Andrés wrote:
> li:between { text-decoration: underline }

li:not(:first-child):not(:last-child) { text-decoration: underline }

-Boris

Received on Sunday, 13 August 2006 16:16:52 UTC