Re: [css3-selectors] :parent selector

David Hyatt wrote:
> 
> I have yet to see any compelling use case for a :parent selector (or for 
> many of the other CSS3 selectors for that matter).

My favorite:

   :link {
      background: navy;
      color: white
      border: outset thin white;
   }

   /* select links with img child, i.e. all image links */ {
      background: transparent;
      border: none;
   }

~fantasai

Received on Monday, 25 September 2006 00:41:40 UTC