您的位置:首页 > Web前端 > CSS

select input 样式

2014-02-25 15:54 447 查看
表单样式:


<span class="combo inputbtn">
<input type="text" class="combo-text" name="result_reg_id_name" id="result_reg_id_name"  readonly value="" style=" width:140px"/>
<span><span class="combo-arrow" onclick="setName();"></span></span>
<input type="hidden" class="combo-value" name="result_reg_id" id="result_reg_id" value=""/>
</span>


.inputbtn .combo-arrow{

background:url(images/icon-select.gif) no-repeat 50% 50%;

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: