Negative Text Indents dont work…
When you you have the text right aligned. It took me like 20 mins to figure that out.
So, recap:
text-align:right;
text-indent:-9999px;
Makes the text-indent not work. Actually, that goes for positive indents too.
When you you have the text right aligned. It took me like 20 mins to figure that out.
So, recap:
text-align:right;
text-indent:-9999px;
Makes the text-indent not work. Actually, that goes for positive indents too.