<html>
<head>
<title>test</title>
</head>
<body><div style="Z-INDEX:1;LEFT:80px;WIDTH:100px;CLIP:rect(2px 98px 19px 82px);POSITION:absolute;TOP:75px">
 
<select name="myselect" id="myselect" onchange="byts_username.value=this.value;byts_username.select()" style="width:100px;">
   <option value="">&lt;...空...&gt;</option>
   <option value="测试测试">测试测试</option>
</select>
 
</div>
 
<font style="Z-INDEX:1;LEFT:8px;POSITION:absolute;TOP:79px">登陆姓名</font>
 
<input name="byts_username" type="text" id="byts_username" class="in" autocomplete="off" style="width:100px;Z-INDEX:101;LEFT:80px;POSITION:absolute;TOP:75px" />
<br></body>
</html>

解决方案 »

  1.   

    http://fason.nease.net/code/form/select/coolselect.htm阿信的小站,推荐楼主多去看看:)
      

  2.   

    可以编辑的Select (第二版)    bencalie(原作) 
    http://www.csdn.net/develop/Read_Article.asp?Id=15197
      

  3.   

    http://expert.csdn.net/Expert/topic/2143/2143373.xml?temp=.5116999梅花雪的绝世好下拉框! ^_^
      

  4.   

    http://fason.nease.net/code/form/select.htm