Is there a CSS code that will make the text in that style capitalize?

Is there a CSS code that will make the text in that style capitalize?
text-transform: uppercase;
Oooh nice.
How could this hapen to meeeeeeeeeeeeeee?lol.
Easy
HTML Code:<style type="text/css"> .uppercase {text-transform: uppercase; } </style> <div class="uppercase">capital text!!</div>
Last edited by Decode; 21-03-2008 at 11:19 PM.
Lets set the stage on fire, and hollywood will be jealous.
Thanks a bunch.
List of cases:
capitalize
uppercase
lowercase
Want to hide these adverts? Register an account for free!