I\'d like to add an image icon to an input placeholder, like in this picture:
`CSS:
input#search{ background-image: url(bg.jpg); background-repeat: no-repeat; text-indent: 20px; } input#search:focus{ background-image:none; }
HTML:
`