Overflow to left instead of right

后端 未结 6 1533
梦毁少年i
梦毁少年i 2020-11-27 04:15

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

6条回答
  •  一向
    一向 (楼主)
    2020-11-27 04:45

    easily done, the numbers and position the span absolute to the right inside an element with overflow hidden.

    05451234567

    :)

    rgrds jake

提交回复
热议问题