I have a table and need to set border-radius 5px. It is working perfect in FF and Chrome but not working on IE9.
.XYZ table {
border: 2px solid #E6E7E8;
border-radius: 0.7em 0.7em 0.7em 0.7em;
display: block;
margin-top: 1em;
overflow: hidden;
display: block;
}
Please help me.