我正在尝试在列表项中设计一个搜索栏。
<li id="searchArea" style="width: 400px; float: none;">
<span>
<img src="/ProfiletenModified/Images/searchicon18x18.png" style="
height: 22px;
margin-top: 5px;
width: 22px;
float: left;
">
<input id="searchtextbox" type="text" autocomplete="off" style="
border: 1px solid #fff;
">
<span></span>
</span>
</li>
但问题是图像看起来离输入很远。他们都不太适合彼此。这个怎么做?