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.
.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.