Re: Excluding a class from the universal selector?

Manos M. Batsis wrote:

> 
> is there a way to do it with one rule?

Excluding a class from the universal selector?
For the moment the only way to do this is :

   * { ... }
   *.foo { ... }

In the future, you'll probably be able to use

   *:not(.foo) { ... }

</Daniel>
-- 
Daniel Glazman        Netscape Communications          Composer Team
http://people.netscape.com/glazman   #AIM:glazou2000  +33 1 41975746
glazman@netscape.com              Act if you can, teach if you can't

Received on Thursday, 7 December 2000 11:26:22 UTC