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;
What about setting direction:ltr on the elements you're trying to give negative text-indent?
direction:ltr
text-indent
Demo: jsfiddle.net/Marcel/aJBnN/1/