1

Possible Duplicate:
ie9 border radius

Rounded corners are not working for me in IE9.

Here is my CSS:

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;

Why are they not working?

Community
  • 1
  • 1
Hatem
  • 589
  • 1
  • 8
  • 16
  • you'd need to post an [SSCCE](http://sscce.org/) reproducing this problem. The CSS may be correct, but your html and js also may be not as good as what you think. Also, do you see any errors in the developer console? – asgs Sep 26 '12 at 06:24
  • Nope. The code is clean. And it is working well on Chrome and firefox ! – Hatem Sep 26 '12 at 07:22

0 Answers0