我在修复IE8中的浏览器兼容性问题时遇到了问题。 我使用以下代码:
input[type="submit"],input[type="reset"] {
border:0px;
/*background-image:url(../images/button.jpg);*/
background-color:#3778aa;
background-repeat:repeat-x;
width:79px;
height:27px;
cursor:pointer;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
border-radius: 7px;
behavior: url(../images/ie-css3.htc);
}
和“ie-css3.htc”文件放在正确的位置。但仍然是IE8的曲线不起作用。请帮帮我。