- From: Boris Zbarsky <bzbarsky@MIT.EDU>
 - Date: Fri, 05 Apr 2002 14:41:49 -0500
 - To: COLLINEAU Franck FTRD/DMI/TAM <franck.collineau@rd.francetelecom.com>
 - cc: "'www-style@w3.org'" <www-style@w3.org>
 
> I would like to set text with font size =8  to font size=10. 
> i can't write: 
> font size = 8 { font-size: 10pt} 
> 
> How can i do with CSS ? 
font[size="8"] { font-size: 10pt }
See http://www.w3.org/TR/REC-CSS2/selector.html#attribute-selectors
Boris
-----------------
617-864-9910
-----------------
Washington [D.C.] is a city of Southern efficiency and
Northern charm.
                       -- John F. Kennedy
Received on Friday, 5 April 2002 14:41:51 UTC