tags:

views:

11

answers:

1

i want to get the point when the textbox start hiding the character to the left side hw is it posible in javascript

A: 

You would get the width of the textbox, approximate the width of a char, and when (char_amounts * char_width > textbox_width), you got yourself an overflow.

Luca Matteis
its not posible to approximate coz different chars can have different lenghtlik "i" can ..........
vakas