i want to get the point when the textbox start hiding the character to the left side hw is it posible in javascript
views:
11answers:
1
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
2010-05-28 10:56:45
its not posible to approximate coz different chars can have different lenghtlik "i" can ..........
vakas
2010-05-28 11:48:54