Background:
Lately I have been playing around with HTML5 and CSS3 while building a Web Site UI for a corporate Intranet. I am guaranteed that users will be using IE, so I am happily able to tailor my code directly for IE 9.
The caveat to using CSS3 rounded borders in IE is that they are only supported in IE 9+. IE 8 and earlier browsers will not accept the style and the borders will appear square without workarounds.
How to Round your Table Borders (in IE):
It’s great how one can now round borders on tables with a simple CSS property.
For example to add a slight rounding effect to the top left and right borders of your table you can use the following style: (more…)
