码迷,mamicode.com
首页 > Web开发 > 详细

HTML可编辑下拉框

时间:2014-05-03 22:57:47      阅读:302      评论:0      收藏:0      [点我收藏+]

标签:style   class   code   color   width   get   

<div style="position:relative;">
  <select style="width:120px;" onchange="document.getElementById(‘input‘).value=this.value">
    <option value="A类">A类</option>
    <option value="B类">B类</option>
    <option value="C类">C类</option>
    <option value="D类">D类</option>
  </select>
  <input id="input" name="input" style="position:absolute;width:99px;height:16px;left:1px;top:2px;border-bottom:0px;border-right:0px;border-left:0px;border-top:0px;">
</div>

HTML可编辑下拉框,布布扣,bubuko.com

HTML可编辑下拉框

标签:style   class   code   color   width   get   

原文地址:http://www.cnblogs.com/milantgh/p/3705210.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!