select option居中显示

<style>
.ch-select{ padding:0px;}
.ch-select input[type=text]{ width:100%; position:relative; color:#999; font-size:12px;}
.ch-select label{ position:absolute; right:5px; top:13px;}
.ch-select select{ opacity:0; position:absolute; top:0px; left:0px; width:100%; height:40px; line-height:40px; border:0px; color:#999; padding-left:15px; font-size:12px;}
</style>

<div class="select ch-select" style="width:200px; float:left; border:0px; border-left:1px #EDEDED solid; background:none; position:relative;">
  <input class="ch-input se1" type="text" value="请选择省"/>
  <label style=" background:url(images/h_city1.gif) 95% center no-repeat; width:13px; height:13px; display:inline-block;"></label>
  <select id="se1" οnchange="gradeChange(this)">
    <option>江1辅导班苏</option>
    <option>江2苏</option>
    <option>江3苏</option>
  </select>
</div>

<script>
function gradeChange(aa) {
var id = $(aa).attr("id");
var selectIndex = document.getElementById(id).selectedIndex;
var value1 = document.getElementById(id).options[selectIndex].text;
var name="."+id;
$(name).attr("value",value1);
}
</script>

转载于:https://www.cnblogs.com/ch-zaizai/p/5150227.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值