gpt4 book ai didi

html - 如何删除选择框上的箭头 (Firefox)

转载 作者:行者123 更新时间:2023-11-28 18:21:03 24 4
gpt4 key购买 nike

我已经设置了我的选择框的样式,但我仍然可以在 firefox 中看到我的选择框中的箭头,我已经设置了 css:

background:transparent;
content:'';
apperiance:none;

这适用于 Chrome,但在 Firefox 上我仍然看到默认箭头,是否也可以在 Firefox 上删除它?

最佳答案

这应该会删除 Chrome、Firefox、Safari 和 IE10 中选择中的箭头。

.poa-select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
text-indent: .01px;
text-overflow: "";
}
.poa-select::-ms-expand {
display: none;
}

想法取自 herehere .

关于html - 如何删除选择框上的箭头 (Firefox),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16809168/

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