IE is the only browser that needs additional maintenance (someone has to pay for it) Here is my problem: I created several inputs with a background image that they work with FF, Chorme, IE9 (I did not test Opera, Safari), but not with IE7 and IE8, where the text overflows the image, ignoring the padding or scrolling image (IE7) ..
Code:
http://jsfiddle.net/CEjXe/12/
I know that I can wrap input with div and div style with padding and background image. Im looking for another css / js solution (if there is 1).
thank
PS: max-lenght reduction is not an option, as many users have long email addresses or passwords, plus I use the inputs for more fields.
source
share