Answers for "input to icon"

1

show icon in input field

background: url(images/comment-author.gif) no-repeat scroll 7px 7px;
padding-left:30px;
Posted by: Guest on May-28-2021
0

how to add icon to input field

background: url(images/comment-author.gif) no-repeat scroll 7px 7px;
padding-left:30px;
Posted by: Guest on December-27-2021
0

add icon to input field

input {
    background-image: url(./JavaScript.png);
    background-position: 7px 7px;
    background-repeat: no-repeat;
  background-size: 20px 20px;
}
Posted by: Guest on May-16-2022

Browse Popular Code Answers by Language