border-radius を使用して、border-radius をサポートするために円を作成しています。CSS3 パイを使用していますが、動作していません。
CSS3パイファイルをテーマフォルダーと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;
}