firefox中有没有办法隐藏所有选择列表的样式?我已经使用-webkit-appearance:button;
为webkit浏览器完成了它理想情况下,我喜欢所有浏览器的解决方案,但Firefox和Webkit对我来说是最重要的。谢谢
答案 0 :(得分:2)
添加这些以在所有浏览器中执行此操作:
appearance: button;
-o-appearance: button;
-ms-appearance: button;
-moz-appearance: button;
-khtml-appearance: button;
-webkit-appearance: button;