我无法在网上找到答案,因为人们要么全部删除,要么全部删除。
我想以一种我没有箭头但仍然保留滚动条的方式选择一个下拉菜单。我试图在CSS中使用外观:
select {
line-height:1em;
font-size: 0.75em;;
color:#fff000;
height:40px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
但是,以下结果会删除所有内容,包括滚动条。有什么建议吗?