Click here to Skip to main content
15,889,479 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hai,
How to give rounded corner for html table .i done rounded corner using css,but rounded corner css not support IE8,so i need another way to give rounede corner without using background image also.
CSS
.rounded_edges {
        -moz-border-radius: 15px;
        border-radius: 15px;
      }


The above code works in IE9,firefox and chrome,but in IE8 not works,pls solve my problem,
Note: Without use background image also.

Thanx
Aravind
Posted

 
Share this answer
 
Refer to link below. It might be useful.

Internet Explorer 6-9 capable Css3 decorations.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900