我的按钮有这些 CSS 定义:
nav ul li a {
display: block;
margin-right: 0px;
font-size: 19px;
line-height: 40px;
text-align: center;
text-decoration: none;
color: white;
/* border:1px solid red; */
}
在 Internet Explorer 10 中,单击时会显示灰色背景。为什么?