<select
name="select"
id="select"
style="width: 85px; float: left;"
></select>
<input
style="width: 70px; border: 0; background-color: transparent;"
type="text"
disabled="disabled"
/>
<span class="img"> <input
type="submit"
value=""
style="background-image: url('images/button_search.gif'); width: 70px; height: 21px; border: 0px;"
/> </span>
主要是这句:
<input
style="width: 70px; border: 0; background-color: transparent;"
type="text"
disabled="disabled"
/>