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

mysql - How to unscape text from database in android studio -

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

Making CSS Drop Down Menu 2 Columns -