IE11 - 选择选项下方的不需要的间距

时间:2016-03-11 06:08:13

标签: html css css3

我不确定这是否是它在IE中呈现的方式。看一下图像

enter image description here

IE显示选择下拉列表和Chrome的方式有很多不同。 这是我用过的CSS -

.newtopqtybtns select {
  font-family: "Gotham Book",Arial,Helvetica,sans-serif;
  height: 80px;
  border: 1px solid #dddddd;
  outline: none;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

我希望IE显示Chrome之类的选择下拉菜单。有什么建议?

0 个答案:

没有答案