Crazy about ActionScript or Something!

text-transform で大文字・小文字表示指定

  • Category: CSS — Tags:
  • Posted at 2010/06/08 02:30:04

Themes を反映させた WordPress を弄っていたら英語が小文字に勝手になってしまう。
WordPress 側かと想ったら CSS で指定されていた。
こんなプロパティあるんですねー。海外だとよく使うんだろうか。

.test1 {text-transform: none;} //初期値。まんま表示
.test2 {text-transform: capitalize;} //頭文字大文字表示
.test3 {text-transform: lowercase;} //全て小文字表示
.test4 {text-transform: uppercase;} //全て大文字表示

0 Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Comments links could be nofollow free.

(c) 2010 chimanaco blog | powered by WordPress with Barecity