8
Jan
Jan
Tweet
jQuery Corner plugin – Make Curved Corners
If you want a curved edge for your element, the jQuery corner plugin can do it for you. This plugin dynamically generates and positions div elements to create very cool corners.
jQuery Corner is good because:
- 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).
Demo: http://www.malsup.com/jquery/corner/
Categories:
Tags:
Thanks for the tip!