Posted: December 28th, 2011, 6:00am MST
Are you looking for a simple approach that lets you decorate your HTML elements with a few engaging circular shapes, but don't want to deal with the burdens and complexities of Photoshop? Then take a look at the border-radius CSS3 property. It not only will permit you to render native rounded corners in a snap, but it'll be your best partner for displaying circles on a web page without using background images. Of course, the best way to prove the hidden functionality provided by border-radius is with some concrete, functional code samples. In the first part of this two-part tutorial I de...