I need to scroll some overflowed text into view.
I have trying to animate its text-indent, but I need to animate the correct amount of pixels. How do I calculate that?
See: http://jsfiddle.net/wqRcK/5/
I need to only scroll the text into view, not the "total width" like I tried.
As a side question, how do I make the span.title respect the 10 pixels padding?