不会太难,简单原理
<select style="position:absolute;left:10;top:10;clip:rect(0 100 22 82);width:100">
</select>
<input style="position:absolute;left:12;top:10;width:82;">再模拟一个历史纪录就可以,我稍后再完善

解决方案 »

  1.   

    演示:http://joe.2418.com/programme/html/inputAndDrop/inputAndDrop.htm
    代码:http://joe.2418.com/programme/html/inputAndDrop.rar
      

  2.   

    这个样子?
    <input type=text id=t1><button id=b1>ok
    <script>
    function b1.onclick(){
    location=t1.value
    }
    </script>
      

  3.   

    很感谢 joe820302(joe) 
    虽然还是没有实现我要的功能,但是有类似,又多学了一点
    怎么没有看到"梅花雪"大侠?
      

  4.   

    看看这个吧.
    你要的功能都已实现.Demo:
    http://webfx.eae.net/dhtml/combobox/combo_demo.htm
    Download:
    http://webfx.eae.net/dhtml/combobox/ComboBox.zip
      

  5.   

    http://webfx.eae.net/dhtml/combobox/combo_demo.htm怎么我点它显示行133错误:this.options[...].text为空或不是对象?