Is it possible to detect if input text value/string width is bigger than input itself. I want to apply some addtional styles if all the text in input is not visible.
The font size can be dynamic so I can't convert each char to pixels.
Appreciate any feedback. This needs to work only in IE.