Rounded corners with JQuery
http://code.google.com/p/jquerycurvycorners/downloads/list
It's this easy. Let's say you want all divs with the css class of rounded to have rounded corners. You just add this: $("div.rounded").corner(); inside the document.ready block.
No comments:
Post a Comment