html - "-webkit-appearance: none;"火狐等效?

标签 html css

我想知道是否有什么等同于:-webkit-appearance: none; for Firefox?

我想要实现的目标:

<select ...>
   <option>...</option>
   <more option>
</select>

最佳答案

The -moz-appearance CSS property is used in Gecko (Firefox) to display an element using a platform-native styling based on the operating system's theme.

来源:
Mozilla

关于html - "-webkit-appearance: none;"火狐等效?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5748351/

相关文章:

html - 易趣 html 特殊标签不起作用?

javascript - 通过 javascript 操作元素的样式后更改元素的 css 类不起作用

html - 子 DIV 的对齐方式和高度

css - GWT - 第一步 - Div+label+css 样式

HTML5 Canvas 调整大小和上下文坐标

jquery - element.setCustomValidity 似乎不起作用

html - 在 HTML 中表示剧本台词的语义方式

IE 7 中回发的 ASP.NET CSS 不起作用

html - 在 <a> 标签内为 <img> 标签添加下划线

html - CSS:如何以动态宽度将div定位在中心