使用border-radius我創建了cirlce來支持border-radius我使用CSS3 pie,然後在ie中它不工作。
我把CSS3餡餅文件在我的主題文件夾&在style.css
寫代碼:在ie8中CSS3 Pie與Wordpress集成不起作用
#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;
}
您好,先生,這是我的網站鏈接http://achieveee.com/elemnt/ – Pramod