supersnake

c#.net

导航

SELECT样式控制

Posted on 2008-04-28 11:22  supersnake  阅读(5472)  评论(6编辑  收藏  举报

<style>
select{
width:120;
margin:-2px;
}
.myselect{
width:118;
border:1px solid #000099;
overflow:hidden
}
</style>


<span class=myselect>
<select>
    <option>1</option>
    <option>2</option>
</select>
</span>