gpt4 book ai didi

css - css 中的边框半径

转载 作者:行者123 更新时间:2023-11-28 09:09:55 24 4
gpt4 key购买 nike

我在修复 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 的曲线仍然不起作用。请帮帮我。

最佳答案

我不知道 behaviour 属性,但也许 CSS3 Pie javascript 库将为您完成这项工作:

PIE makes Internet Explorer 6-9 capable of rendering several of the most useful CSS3 decoration features.

关于css - css 中的边框半径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10447350/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com