select option项目带图片

http://www.corange.cn//uploadfiles/120_72973.jpg


演示地址:http://www.corange.cn/demo/3826/index.html
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" src="jquery.customselect.js"></script>
<title>Custom select boxes with icons</title>
<style type="text/css">
#iconselect {
background: url(select-bg.gif) no-repeat;
height: 25px;
width: 250px;
font: 13px Arial, Helvetica, sans-serif;
padding-left: 15px;
padding-top: 4px;
}
.selectitems {
width: 230px;
height: 25px;
border-bottom: dashed 1px #ddd;
padding-left: 10px;
padding-top: 2px;
}
.selectitems span {
margin-left: 5px;
}
#iconselectholder {
width: 250px;
overflow: auto;
display: none;
position: absolute;
background-color:#fff5ec;
}
.hoverclass{
background-color: #fff;
cursor: pointer;
}
.selectedclass{
background-color: #ff9;
}
</style>
<script type="text/javascript">
$(function(){
$('#customselector').customSelect();
});
</script>
</head>

<body>

<select name="select" class="customselect" title="" id="customselector">
<option value="icon1" title="images/attention.gif">Attention icon</option>
<option value="icon2" title="images/backward.gif">Back Icon</option>
<option value="icon3" title="images/base.gif">Base Icon</option>
</select>
</body>
</html> 


原文地址:http://www.corange.cn/archives/2012/04/3826.html

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值