可输入的下拉列表 input select

August 4, 2011 | tags | views
Comments 0

 <span style="position:relative;">

<span style="margin-left:300px;width:18px;overflow:hidden;">  
<select style="width:318px;margin-left:-300px" onChange='prName.value=this.options[this.selectedIndex].value'>
<option value="111">111</option>
</select>
</span>
    <input name="prName" type="text" style="width:300px;position:absolute;left:0px;">
</span>
 
318=300+18


    相关文章:


文章本月排行 文章本年排行
   



发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。