please help me to create a rounded rectangle box in css.
i tried the code
.tablestyle
{ border: 1px solid #999;
-moz-border-radius: 5px;
padding: 5px;
color: black;
font-weight: bold;
-webkit-border-radius: 5px;
font-size: 13px;
}
its working under firefox but not working on IE.
PLZ HELP