abbr formatting
also, not tested in internet explorer. nothing I write is.
1 2 abbr 3 :display inline-block 4 :text-transform lowercase 5 :font-variant small-caps 6 7 &:first-letter 8 :text-transform uppercase
DZone Snippets > elliottcable > design
12750 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
elliott cable http://elliottcable.name/
1 2 abbr 3 :display inline-block 4 :text-transform lowercase 5 :font-variant small-caps 6 7 &:first-letter 8 :text-transform uppercase