twitter bootstrap选择框箭头没有在firefox浏览器中显示

时间:2014-03-08 09:42:37

标签: javascript html twitter-bootstrap

Firefox浏览器中未显示Twitter引导程序select框箭头。如何在iPhone模式下显示它?

以下是我使用的常规选择框编码:

<select class="selectbox" id="selection">
    <option>Select category</option>
    <option>General</option>
    <option>Wild</option>
</select>

1 个答案:

答案 0 :(得分:0)

在Bootstrap中没有selectbox类,至少在较新版本中没有。你只需要给它类form-control。对于example