I have a div with overflow:hidden, inside which I show a phone number as the user types it. The text inside the div is aligned to right and incoming characters
overflow:hidden
easily done, the numbers and position the span absolute to the right inside an element with overflow hidden.
05451234567
:)
rgrds jake