I\'m using the CSS3Pie htc file to enable border-radius in IE8, but I\'m getting no effect. My CSS is:
border-radius
button { border-radius: 4px; -web
Try adding
position:relative; z-index: 0;
as suggested here http://css3pie.com/forum/viewtopic.php?f=3&t=10
This question is similar to the one posted here:
CSS3 PIE - Giving IE border-radius support not working?