圆角问题IE

时间:2011-08-16 08:45:03

标签: css internet-explorer rounded-corners

我使用此Htc文件舍入Div Corner: Google Code Curved Corner

这在IE6 / 8中工作得很好,但我将背景图像设置在我的div中,并且没有重复css。现在我看到我的背景自动重复div。 (没有这个htc文件很好用)

    width:860px;
margin:0 auto;
margin:10px 0 10px 0;
float:right;
border:#e1e1e1 1px solid;
background:url(images/wrapper.png) top center no-repeat;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
    behavior: url(border.htc);

这个我的代码,如何解决这个问题! 感谢

2 个答案:

答案 0 :(得分:1)

见下面的链接。

http://css3pie.com/

PIE使Internet Explorer 6-8能够呈现几个最有用的CSS3装饰功能。

这对你有用。

答案 1 :(得分:0)

只需将此添加到您的css:

-ms-border-radius: 6px;

而不是使用.htc文件...