文章列表
控制下拉列表框过长样式
- 博客分类:
- CSS专题
<style>
.sel_in{
border:1px solid #ccc;
width:100px;
height:17px;
background:#f4f4f4;
clip:rect(0px,179px,16px,0px);
overflow:hidden;
}
.sel_in_bt{
border:1px solid #FDEFC6;
width:100px;
height:17px;
clip:rect(0px,179px,16px,0px);
overflow:hidden;
}
.sel{
position:relative;
left: ...