How do I make a paragraph sentence Case (first alphabet of each word capital) in CSS?
Thanx for your help.
How do I make a paragraph sentence Case (first alphabet of each word capital) in CSS?
Thanx for your help.
Reply With Quote use the following property for the elementCode:text-transform:capitalize;
Reply With Quote But this does not work if the letters are already CAPITALIZED
Reply With Quote text-transform simply capitalizes first letter, since they are already capitalized there would be no effect... i don't think this can be done (as far as i know).. But why would you put the text in all caps in the 1st place..
Reply With Quote Javascript is probably the only way. CSS is only designed to work for normal things. If you want to do something that is unusual, you shouldn't be using CSS.
Reply With Quote Hey,
Ever used the shift key?
From,
Adam
EastSolid.com Webhosting since 2004!
Shared, Reseller, VPS and Dedicated Servers! + PHP5 and Ruby on Rails!
FREE End User Support for Resellers!
Reply With Quote