Make curved corners with jQuery Corner plugin

January 4, 2009 by admin · Leave a 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).

Dependencies jQuery 1.2
Size 8KB (Uncompressed)
Restrictions None
Demo Open | Open in new window

Related posts:

  1. jQuery floating box plugin
  2. jQuery seekAttention plugin to get the users attention
  3. jQuery and Mootools plugin to show tooltips
  4. jQuery BlockUI Plugin
  5. 10 Mootools plugin for showing image gallery

If you like this post, please share it so that others can also find this

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!