使用border-radius 我正在创建circlce 来支持border-radius 我正在使用CSS3 pie,然后它也无法正常工作。
我将 CSS3 pie 文件放在我的主题文件夹中并style.css
编写代码:
#sidebar {
width:140px;
height:140px;
margin:0 auto;
-moz-border-radius: 70px;
-webkit-border-radius: 70px;
border-radius: 70px;
behavior: url(PIE.htc);
background-color:#fff;
position:relative;
z-index: 0;
}