I want to add a border radius around the entire table. But the following code is not working in both the latest versions of Firefox and Google Chrome.
Just add overflow:hidden to the table with border-radius.
overflow:hidden
border-radius
.tablewithradius { overflow:hidden ; border-radius: 15px; }