Rounded corners are gorgeous, but they're also a lot of images and <div> tags, due to the lack of the border-radius CSS3 property in current browsers.
This JQuery script allows you to round any element. Sweet, isn't it?
One more code that works with JQuery, so double check you have it installed on your website.
Download this fileand include it in your html page. Once done, use the following code to round a div:
Code
DD_roundies.addRule('.myContainer', '8px');