views:

113

answers:

2

In IE9, which border radius property will work?

 border-radius:20px
-webkit-border-radius: 20px;
-moz-border-radius: 20px;

border-radius:20px or ms-border-radius:20px

+5  A: 

IE9 will support border-radius see: http://ie.microsoft.com/testdrive/HTML5/01BorderRadius/Default.html

Aaron Harun
+2  A: 

border-radius will work. In fact MS made a big deal about how they're the only browser that actually supports the 'standards' while all the other vendors uses specific prefixes.

/me rolls eyes.

Mark
Opera supports border-radius too, Microsoft isn't the only one that doesn't use prefixes. :-)
Daniel15
You mean Microsoft isn't the only commercial vendor of closed source browsers to make stuff up. :p
reisio