该段代码主要实现可输入下拉框的实现,实现思想是采用分层技术。使用者可以根据自己的需要适当调节该框大小的参数。
<div id="layer1" style="position:absolute;width:110px;height:24px;z-index:1">
<input type="text" style="position:absolute;left:0px;top:-2px;width:88px;huight:20px" name="bh" value="">
<select name="bh1"id="bh1"style="position:absolute;left:0px;top:2px;width:90px;height:18px;clip:rect (0,90,18,70)" onchang="bh.value=bh1.value;bh.select();bh.focus();">
<option value="">请选择</option>
</select>