One more Web-CSS tool for today. This one is nice as you can apply a rounded corner to any div element. It uses Javascript and CSS.
Define your corner style in the CSS document for a class, then apply that style to the html element. The JavaScript will do the rest. It uses built-in corner rendering for browsers that support it, and uses the JavaScript for other browsers.
- Curvy Corners by Cameron Cooke
Post a Comment