gpt4 book ai didi

打印时选择标记中的 CSS 隐藏下拉箭头

转载 作者:搜寻专家 更新时间:2023-10-31 22:00:37 24 4
gpt4 key购买 nike

我的 HTML 代码在这里

<select> 
<option value="mr"> Mr. </option>
<option value="mrs"> Mrs. </option>
</select>

当我打印页面时我不想得到下拉箭头,如何使用css隐藏?

最佳答案

select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none; /* If you want to remove the border as well */
background: none;
}

打印上面的CSS

关于打印时选择标记中的 CSS 隐藏下拉箭头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25660004/

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