Is there a way to style all uppercase letters in CSS?
text-transform:uppercase will work in the majority of browsers, but not all. The platform and font also has to support that property. Edit: In response to your edit (thanks for the clarification), to do this with JavaScript would be cumbersome but not impossible. The script would probably also run very slowly on all but the latest computers, which would have the effect on the end-user of the page freezing for a moment after it has loaded, and then all of the lowercase text changing to italics. function FormatText(ele) { for(i=0;i