The realm of CSS is a realm of boxes. Everything on the page is a box, within a box, within a box. No wonder it’s so common for beginning CSS developers (or, in my case, poor graphic designers with too much CSS experience) to create boxy layouts! However, the forthcoming CSS3 specification offers us a glimmer of hope in the form of rounded corners . That’s right — once CSS3 is commonly supported, we’ll be able to childproof all those pointy edges and beautify the web in the process. And better yet, a few browsers already support rounded corners! As I’m writing this, you’re pretty much limited to Mozilla/Firefox and Safari 3. However, this list is bound to grow as time goes on, so it couldn’t hurt to start playing around with this feature. Especially considering that, in the browsers that don’t support rounded corners, nothing bad happens — the user just sees regular, square corners. For now, to get the code to work, you’re stuck using proprietary CSS tags: they won’...