CSS3 Pie integration with Wordpress in ie8 does not work

Netix

New Member
Using border-radius I am creating cirlce to support border-radius I am using CSS3 pie then also in ie it is not working.
I put CSS3 pie file in my theme folder & in \[code\]style.css\[/code\] write code:\[code\]#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;}\[/code\]
 
Back
Top