html - Move the cursor for input text to the right -


i want the point @ user types text textfield moved right without moving margin of text field right. want because search button lies on top of text field styling purposes , when user begins type text starts underneath search button. need default point of cursor moved right few pixels. possible css?

i definately use

text-indent: 20px; 

=)


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -