Why isn’t my Negative text-indent hiding text?
I’m making this post so that some day some person will google that phrase, and come here, and I can tell them that it might be because some parent element has a text-align: right set on it, which seems to render negative text-indents not at all. Set the thing to text-align: left and everything will be ok.
Fuel another post
May 15th, 2008 at 9:10 pm
Just wanted to leave a quick note to say that I came across this post exactly as you described. I was getting pretty frustrated with this problem (not really a bug, I guess, as it does sort of make sense), but it was a simple as taking out the text-align: right from a parent div. Thanks for the tip!
July 29th, 2008 at 3:37 pm
Me too - googled a similar phrase cuz I was getting pissed off at something I “knew” should work but wasn’t. Your post saved me probably an hour of screwing with random stuff. Thanks!
September 9th, 2008 at 3:15 am
WOW! Thank you very much, you saved me hours of CSS frustration.
October 8th, 2008 at 12:43 am
Thanks for posting. I was having trouble figuring out what the problem was. Took out the right text-align and voila.. issue solved :)