日期:2014-05-16  浏览次数:20342 次

如何允许编辑select控件?
rt

------解决方案--------------------
不可,只可模拟
<div style= "position:relative; ">
<span style= "margin-left:100px;width:18px;overflow:hidden; ">
<select style= "width:118px;margin-left:-100px " onchange= "this.parentNode.nextSibling.value=this.value ">
<option value= "football "> 足球 </option>
<option value= "basketball "> 籃球 </option>
<option value= "badminton "> 羽毛球 </option>
</select> </span> <input name= "box " style= "width:100px;position:absolute;left:0px; ">
</div>

------解决方案--------------------
http://www.jscode.cn/JsHtml/Js530.htm 看看
------解决方案--------------------
http://www.never-online.net/code/neverModules/simulateSelect/