I have table that will be generated dynamically and populated with data. I wanted the table to have round corners so that the top left cell will contain the top left corner, the top right cell the top right corner, then the bottom cells similarly.
Does anyone know how I'd do this if it's dynamically generated?
Most modern browsers (therefore not IE) support the CSS3 border-radius property, which will allow you to create rounded corners for your HTML elements.
Bookmarks