<select style="background-color: #ffcf0f; border-bottom: #ffcf0f 1px solid; border-left: #ffcf0f 1px solid; border-right: #ffcf0f 1px solid; border-top: #ffcf0f 1px solid; color: #000000; font-size: 9pt">
<option value=1>a<option value=2>b<option value=3>c<option value=4>d<option value=5>e
</select>

解决方案 »

  1.   

    http://lucky.myrice.com/javascriptexam/mengxhselect.htm
      

  2.   

    <TABLE style="position:absolute;" bgcolor=yellow cellspacing=1><TD><select style="margin:-3;"><option>testing......</select></TABLE>就是margin-right一点都不听话,我还拿它没辙。期待高手……
      

  3.   

    还是自己用笨办法来吧:<span style="position:absolute; background-color:red;width:96;height:20;top:10;left:10"></span>
    <span style="position:absolute;top:11;left:11">
    <select style="margin:-3;width:100;">
    <option>testing......
    </select>
    </span>