I want to set border for a div,
Using: -webkit-border-radius working fine on Chrome but it is not working for Internet explorer, triple versions: ie 6, 7 and 8 😀
Is there any other attribute like -webkit-border-radius specifying for IE?
Thanks in advance.
IE has yet to implement the
border-radiusCSS property. I believe with IE9 they will be implementing it. As for alternative options and an explanation from the team themselves, here is a link:EDIT: IE9 does supports “border-radius”.
Rounded Corners in Internet Explorer
Here is another SO link as well that has more detail:
Support for “border-radius” in IE
One more, here is an official MSDN blog posting discussing the topic:
The CSS Corner: About CSS corners