Border-radius CSS Property not working only in Internet explorer 8
Hi All,
We are using the border-radius css property to appear the item as circle,It is working fine in Chrome and firefox , But displaying square box in Internet Explorer instead of circle . I have tried adding the following ways of properties , But still it is showing the square box instead of circle.
border-radius: 13px !important;
border-radius: 13px;
border-top-left-radius:13px;
border-top-right-radius:13px;
border-bottom-left-radius:13px;
border-bottom-right-radius:13px;
behavior: url(border-radius.htc);