Please have a look on fiddle
i have given padding-left to input tag and now when i am scrolling text in input tag its working fine bt in ie its not working fine.Ie not taking padding.
Please have a look on fiddle
i have given padding-left to input tag and now when i am scrolling text in input tag its working fine bt in ie its not working fine.Ie not taking padding.
See workaround on exact same question (though right instead of left side) HTML: IE: Right padding in input text box
You can use css property text-indent for this element:
For example:
<input style="text-indent:15px" name="" type="text" value="test testtesttesttesttesttest" />