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
Post a Comment