如何使用bootstrap自定义选择框

时间:2014-07-21 04:13:42

标签: twitter-bootstrap

任何人都可以帮我定制这样的选择下拉菜单,请使用bootstrap 3。

我正在尝试很多次但没有成功。 感谢

this is an example of what i am trying to make

1 个答案:

答案 0 :(得分:0)

this

尝试bavotasan.com
.styled-select {
    width: 245px;
    height: 34px;
    overflow: hidden;
    background:url(/*your-img-url-here*/) no-repeat right;
}

.styled-select select {
   background: transparent;
   width: 110%;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   -moz-appearance:none;
}
歌曲或互联网资源管理器不支持注释-webkit-appearance / -moz-appearance,因此它无法在所有浏览器上获得您想要的效果。