3
Reply

Help regarding -border-bottom-right-radius

gokilavasan m

gokilavasan m

Aug 29 2013 3:59 AM
1.3k
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

<meta http-equiv="X-UA-Compatible" content="IE=edge" />
 <meta http-equiv="X-UA-Compatible" content="IE=9" />

but again it is not working.


Kindly help me....

Thanks,
Gokilavasan



Answers (3)