While this does not pass a W3C css compliance test, the simplest way is to use the moz and webkit tags for FF and IE. You have to use both since each browser only recognizes one.
In this CSS manner you need no images, jave etc. the following two tags applied to division with an id set. Will give you the rounded corner effect. you can take a look at a site I am presently working on to see how these work.
The tags are:
-moz-border-radius: 24px;
-webkit-border-radius: 24px;
The site is:
http://www.sheaheights.nl
Hope this helps
Douglas Wolfe
Mar 26, 2010