Check out this Thread:
https://vborg.vbsupport.ru/showthread.php?p=1025679
I listed several methods for making rounded corners, which include:
Nifty Cube
http://www.html.it/articoli/niftycube/index.html
CSS Design: Creating Custom Corners & Borders Part II
http://www.alistapart.com/articles/customcorners2
Bullet-Proof Rounded Corners
http://www.albin.net/CSS/roundedCorners/
There's also one named:
Rounded corners without images A Nifty Corners Inspiration
which I have saved and downloaded on my computer, but is producing a 404 on the net at the moment.
This last one uses a javascript which is downloadable here:
http://seky.nahory.net/soubory/0504-...ded-corners.js
This last one is a javascript to produce rounded corners to elements where you want to want to have the rounded corners. You open the rounded-corners.js file copy and saved that then uploaded the javascript to your server, generally to your /clientscript folder. Then you add to the appropriate template: "<script src="rounded-corners.js" and "Add the
rounded class to all elements, that should have the rounded corners.
a simple fa?ade added:
Look in your templates and find elements that ought to be rounded, and add the following inside the corresponding HTML tags:
HTML Code:
class="rounded-corners"
This is what calls the CSS for the correct style settings with the javacode in the download.
You can find additional information here by using the
Search button and entering:
rounded corners
Regards,