我在Chrome中有一个问题,当我在选择的menuBox上使用圆角时有“两个”边框(见下文,顶部是输入框,底部是选择框)
input,select { border:2px solid #ced6e9; -moz-border-radius:8px; border-radius: 8px; }
我尝试了其他两种方法,但它们不起作用:
> Rounded corners in Chrome not working不起作用
> setting -webkit-appearance:none;但这会删除小按钮,表示它是一个选择框
编辑
我在Chrome v18上使用Windows 7(Service Pack 1)