<html>
<head>
<title>可输入的下拉框</title>
</head>
<body>
<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="1">a</option>
<option value="2">b</option>
<option value="3">c</option>
</select>
</span>
<input name="box" style="width:100px;position:absolute;left:0px;">
</div>
</body>
</html>
可输入的下拉框
最新推荐文章于 2025-07-27 12:04:44 发布
946

被折叠的 条评论
为什么被折叠?



