SASS code
.icon
text-indent: -9999px
float: left
display: block
font-size: 0
line-height: 0
overflow: hidden
Font size to 0, line height to 0 then element should be block, overflow hidden…. works on both IE7 & IE8..
OR you can use
text-transform:capitalize
both work Image may be NSFW.
Clik here to view.