Make curved corners with jQuery Corner plugin

January 4, 2009 by admin · 1 Comment
Filed under: Effects, jQuery 

If you want a curved edge for your element, the best way is to use the jQuery corner plugin. This plugin dynamically generates and positions div elements to create very cool corners. Just checkout the demo page to see the various styles.

Why it is recommended?

  • It does not use any image.
  • It is more SEO friendly because we don’t need any unnecessary markups in code. All code is generated dynamically and a search engine never sees that.
  • Don’t need to worry about changing the background color as long as it is not a gradient.

Limitations

The background should be a solid color (Should not be a gradient or background image).
Read more