> But if I want to transform to lower case all words of a phrase and at the > some time I want to capitalize them?
Using CSS to change to case of a text does it for display purposes only - the actual value of the text is not changed. If you submit that form to a script that sends to email, you will see that. What you are trying to achieve I think should not be done trough CSS (because you say "at some time I want to capitalize them" - this suggests you will be using the values of the text on another page, probably passed on to a PHP script on the backend). This should be done through PHP on the backend on JS on the frontend. Regards, Vladislav Vladimirov http://www.ovalpixels.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/
