日期:2014-05-17  浏览次数:20629 次

Html间隔距离隐藏文本框,兼容各个浏览器
<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"
						/>