HTML:
<form action="search.php" method="GET">
<input type="text" name="q" value="Search for an item..." width="150" style="border: solid 1px black; padding: 3px;" />
<input type="image" src="images/search_icon.png" style="width: 24px; height="30px;" />
</form>
我得到什么:
顺便说一句,如果我尝试在按钮上使用填充,它会将整个表单向下移动。