I am working in cakephp and want to do some css style. The problem is with Internet Explorer. Currently i want to make css border-radius work properly in IE7 & IE8. The
Please take a look at http://css3pie.com/documentation/known-issues/
You will probably need to add position: relative; to the div or give it a z-index.
position: relative;
It's because you need to create that element with javascript :
document.createElement("element");