搜索字段中的搜索图标

use*_*152 0 html css3

如何将搜索图标放置在搜索字段中。该图标位于搜索字段的前面,而搜索按钮位于搜索栏的后面。像这样的东西

在此处输入图片说明

Sri*_*s R 6

 input{    
background: url("http://kodyrabatowe.wp.pl/img/ico/search_gr.png") top left     no-repeat;
height:30px;
padding-left:25px;   
}
//////////////////////////
<!-- html code -->
<input type="text" name="txtBox" >
Run Code Online (Sandbox Code Playgroud)