我在php中使用下拉列表。我已经在html中添加了这个兼容性,如下所示,对于那个下拉列表我正在使用css如下:
<meta http-equiv="X-UA-Compatible" content="IE=edge" http-equiv="Content-Type" content="text/html; charset=UTF-8" />
CSS:
css1{
-moz-border-radius-topright: 0.4em;
-moz-border-radius-bottomright: 0.4em;
width: 15pt;
height: 31px;
border:1px solid #ddd;
border-left:0px solid #ddd;
cursor: pointer;
padding-bottom: 5px;
}
当我点击所有浏览器中的下拉列表而不是IE8中的下拉列表时,它正在扩展。