在对应的上面用层做一个文本框. 双击时,把文本框 disable 掉吧~~~

解决方案 »

  1.   

    使 checkbox 扁平化
    <body bgcolor=red>
    <input type=checkbox style="position: absolute; clip:rect(5px 15px 15px 5px)"><br><br>
    <input type=checkbox style="position: absolute; clip:rect(6px 14px 14px 6px)"><br><br>
      

  2.   

    去select的下拉箭头:<div style="width:100;overflow:hidden;border-right:1 solid gray;">
    <select name="f" style="width:120;">
    <option value="">select option</option>
    <option value="">select option</option>
    </select>
    </div>