【发布时间】:2012-10-05 09:47:45
【问题描述】:
使用border-radius 我正在创建圆来支持border-radius 我正在使用CSS3 pie 然后在ie 中它也不起作用。
我将 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;
}
【问题讨论】:
-
您好先生,这是我的网站链接achieveee.com/elemnt
标签: html wordpress css css3pie