Hi all,
I have applied the border-bottom-right-radius style for a div in css page.it is working in all browsers except IE9,IE8...
this is my code
-webkit-border-bottom-right-radius: 35px 20px; /* Safari and Chrome */
-moz-border-bottom-right-radius: 35px 20px; /* Firefox */
-ms-border-bottom-right-radius: 35px 20px; /* Internet Explorer */
-o-border-bottom-right-radius: 35px 20px; /* Opera */
border-bottom-right-radius: 35px 20px; /* CSS3 */
and also i have added this code in Indewx.cshtml page
but again it is not working.
Kindly help me....
Thanks,
Gokilavasan
Loading
gokilavasan mPosted Aug 29, 2013, 5:50 AM
Anurag SarkarPosted Aug 29, 2013, 4:04 AM
You can use this
You can check here for IE CSS http://css3pie.com/
Thanks.
Iftikar HussainPosted Aug 29, 2013, 4:03 AM
radius style (CSS3) does not support in IE7 and IE8, but however it should work fine in IE9. Have you checked in IE9?
Regards,
Iftikar