Hi, I would to know if a :between selector is possible. This selector would make simpler the next task, underline only the elements between the first and the list child: li { text-decoration: underline } li:first-child { text-decoration: none } li:last-child { text-decoration: none } * A * _B_ * _C_ * _D_ * E :between would do: li:between { text-decoration: underline } Hope that it is clear enough, :P Greetings -- Andrés DelfinoReceived on Sunday, 13 August 2006 15:59:15 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:46 GMT