gpt4 book ai didi

css - 如何在 Mac 上设置样式选择标签

转载 作者:行者123 更新时间:2023-11-28 17:52:01 24 4
gpt4 key购买 nike

有谁知道如何为 mac 设置“select”标签的样式。 Chrome Safari 等?

我知道您可以通过添加 -webkit-appearance: none 来去除用户样式代理;但这也摆脱了箭头。

还有其他方法还是只有这一种?

这是我的 fiddle 。

http://jsfiddle.net/S4TfZ/1/

<div class="col-md-3 col-sm-3 col-xs-12 no-padding-left">
<select class="form-control form-location indent-left full-width">
<option>Select</option>
</select>
</div>
<div class="col-md-3 col-sm-3 col-xs-12 no-padding-left">
<select class="form-control form-location indent-left full-width">
<option>Select</option>
</select>
</div>
<div class="col-md-3 col-sm-3 col-xs-12 no-padding-left">
<select class="form-control form-location indent-left full-width">
<option>Select</option>
</select>
</div>
<div class="col-md-4 col-sm-4 col-xs-12 push-right no-padding-right ">
<div class="arrow-box">
<p>Sell yourself and say what makes you, you</p>
</div>
</div>

最佳答案

样式 <select>用 CSS 制作菜单非常困难。如果我需要样式化它,我会使用 jQuery。使用 jQuery,您可以控制代码及其行为方式,这比仅使用 CSS 要好得多。我建议您阅读这篇非常有用的文章:
How to style HTML select/option tag?
http://gregfranko.com/jquery.selectBoxIt.js/
http://bavotasan.com/2011/style-select-box-using-only-css/

关于css - 如何在 Mac 上设置样式选择标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22099652/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com