Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

add icon to input field

input {
    background-image: url(./JavaScript.png);
    background-position: 7px 7px;
    background-repeat: no-repeat;
  background-size: 20px 20px;
}
 
PREVIOUS NEXT
Tagged: #add #icon #input #field
ADD COMMENT
Topic
Name
2+7 =