可輸入下拉框
該段代碼主要實(shí)現(xiàn)可輸入下拉框的實(shí)現(xiàn),實(shí)現(xiàn)思想是采用分層技術(shù)。使用者可以根據(jù)自己的需要適當(dāng)調(diào)節(jié)該框大小的參數(shù)。
<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="">請(qǐng)選擇</option>
</select>
posted on 2006-07-15 14:27 hwswl 閱讀(564) 評(píng)論(0) 編輯 收藏