Hello, I've been working on issue to make cross-browser rounded corners for buttons on the website. I found a great widget http://css3pie.com/, and it works fine, but there is one big problem in my situation (which as I can see over the web I'm not alone in) - When I put my button inside a DIV, which has background-color set - rounded corners disappear. I've been trying these and those tricks trying to solve it spending my whole day for this on Friday, but i failed . Maybe someone knows or has any guess on possible workaround for this problem? Thanks much in advance! Dennis.
Try this code instead. It's from google and made specifically to address the rounded corner problem with IE. I have used it in the past, and only had problems with it when using z-index or position: absolute. http://code.google.com/p/curved-corner/
try this one : http://www.webdesign.org/html-and-css/tutorials/rounded-corners-using-css.14788.html it's work great with me even the ie6 good luck