Easy Rounded Corners with Border-Radius
Both WebKit and Mozilla offer vendor-specific CSS attributes for creating rounded corners. The lastest version of both these browsers render them extremely smoothly. This is by far the easiest way to create rounded corners, if you aren’t worried about snubbing Opera and IE. You may want to consider also using the standard “border-radius” for future CSS3 compatibility.

