Possible Duplicate:
Support for “border-radius” in IE
I have a problem while creating a website in IE
-moz-border-radius:8px;
border-radius:8px;
Is there any way to implement border-radius in IE 8?
And does anyone know how to implement the transparency of border?
You can cobble the border-radius on using an .htc file. I’d go with CSS3PIE – http://css3pie.com/ but there are others available – http://code.google.com/p/curved-corner/downloads/detail?name=border-radius.htc
Upload the file to your server to the websites root, then in any CSS selector with border-radius applied add this
NOTE:
Due to some classic Microsoft guff, .htc files paths must point to the root of the server. They are NOT relative to the CSS file.