您的位置:首页 > 其它

隐藏 select 边框和三角

2013-12-19 17:30 225 查看
<style type="text/css">
.DivSelect{
position: relative;
background-color: transparent;
width:  140px;
height: 17px;
overflow: hidden;
border-width:0px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;}

.SelectList{
position: relative;
background-color: transparent;
TOP:   -2px;
left:-2px;
border-width: 0px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
width:160px;
display:block;
height: 18px;
overflow:hidden;}

#dictDIv{width:170px;}
</style>


<div class="DivSelect">
<dict:DictSelectTag dmlb="SBLX" name="sbxxEntity.sblx" id="sblxbh" value="${sbxxEntity.sblx}" styleClass="SelectList" />
</div>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: