Re: [css3 proposal]

> I think it would be a usefull thing, if there were a way to react to the 
> parent in CSS.

You mean a parent selector, right? Such a think will probably not be in 
CSS3, perhaps in CSS4 and perhaps CSS will never have it. Such a thing 
has been proposed by the way:

   ul:matches(>li){
    /* ... */
   }


-- 
  Anne van Kesteren
  <http://annevankesteren.nl/>

Received on Friday, 17 September 2004 06:58:46 UTC