I have right-side aligned text and I want it to push it a little bit left like you do with text-indent bur on the right side. Any solution with that? I\'ve been trying with
I would need to see your code however a solution to your problem with old browsers is to include an empty span and apply a width:
Your text here
It is hard to tell what you want without providing us with code. You could also apply a float:right;
There are many ways to solve issues with old browsers and CSS.
Hope this helps