Creating Rounded Borders in Browsers with CSS3 with an IE twist
By: Estelle Weyl on Friday, September 18, 2009
Reader Level: 
In the past we've generally had to add a bunch of useless HTML as hooks to add corners when making rounded corners. Now, most modern browsers understand their own versions of the CSS border-radius property, which creates rounded corners on elements. In this tutorial we learn a new method of creating rounded corners in all browsers. We'll also target Internet Explorer using a little JavaScript and CSS magic.

