代码拉取完成,页面将自动刷新
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>select美化自定义下拉框样式</title>
</head>
<style type="text/css">
select {
border: solid 1px #ccc;
appearance: none;
/*清除select下拉框默认样式*/
-moz-appearance: none;
-webkit-appearance: none;
padding-right: 14px;
/*为下拉小箭头留出一点位置,避免被文字覆盖*/
background: url("img/arrow.png") no-repeat scroll right center transparent;
/*自定义图片覆盖原有的下三角符号*/
}
select::-ms-expand {
display: none;
/*清除IE默认下拉按钮,但是测试发现IE10以上有效,IE8,9默认下拉按钮仍旧存在*/
}
</style>
<body>
<div class="button custom-select">
<select>
<option value="1" selected="selected">静态数据</option>
<option value="2">动态数据</option>
</select>
</div>
</body>
</html>
<script src="http://www.codefans.net/ajaxjs/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
</script>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。