I\'m trying to hide some text inside an element using CSS by setting text-indent: -999px;. For some reason this doesn\'t work when I set
text-indent: -999px;
The text-indent: -99px is an old trick, which is not the optimal way to hide text. Why not use visibility:hidden instead?
text-indent: -99px
visibility:hidden