SyntaxFix
Write A Post
Hire A Developer
Questions
`CSS:
input#search{ background-image: url(bg.jpg); background-repeat: no-repeat; text-indent: 20px; } input#search:focus{ background-image:none; }
HTML:
<input type="text" id="search" name="search" value="search" />`