Chang Huang wrote:
> Something like 'text-transform: lowercase capitalize;'
>
> Is it possible to do that? I can't do text-transform twice, can I?
> _


Please see for choices you have at hand for text-transform: 
<http://www.w3.org/TR/CSS21/text.html#caps-prop>

capitalize
 Puts the first character of each word in uppercase; other characters 
are unaffected.
uppercase
    Puts all characters of each word in uppercase.
lowercase
    Puts all characters of each word in lowercase.
none
    No capitalization effects.



-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to