[thelist] stupid CSS question

Craig Saila crsaila at yahoo.ca
Tue Nov 27 16:36:54 CST 2001


Matt wrote:

> but can I do:
> 
> .foo{color:#FFFFFF;}
> .foo.fee{font-size:11px;}

(Slow day for me!)


If you want .foo and .fee to be 11px do this:
  .foo, .fee {font-size:11px;}

More info at:
<http://www.w3.org/TR/REC-CSS2/selector.html#grouping>

-- 
Cheers,

Craig Saila
------------------------------------------
craig at saila.com  :  http://www.saila.com/
------------------------------------------


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com





More information about the thelist mailing list