I've moved! I've moved my online home to mikejolley.com, and thats where I'll be blogging primarily. This site will stay live for archive purposes :)

Another jQuery Curvy Corners Update

May 19, 2008 | Published in: Out of the Blue | Tags: 7

I’ve added a new version of the popular curvy corners plugin. This version removes the problem of extra padding within boxes (by using negative margins), works in IE7 and Safari, and loads faster. The downside is that the packed version has a larger filesize; to reduce the /packer/ overhead I did not encode it, but you can repack if you want a smaller file.

The official page is here and the demo page is here. Enjoy!

Found this post useful? Why not buy me a coffee!

Related Entries

  • No related posts found

7 Responses to “Another jQuery Curvy Corners Update”

RSS feed for comments on this post.

  1. William Chang says:

    I really enjoy using your jQuery version of curvy corners. Thanks! You’re the best!

    Comment made on May 25, 2008 at 10:36 pm

  2. Mike Jolley says:

    Thankyou =)

    Comment made on May 27, 2008 at 10:22 am

  3. Luke Brookhart says:

    I’m having an issue with curvy corners.

    Nested divs inside the div with the rounded corners are not filling the width of the rounded corner container. Therefore, if I have a div that has a solid border inside a div with rounded corners, the bordered div isn’t the full width of the containing div. It is only as large as the content inside the next div, which is out of place.

    Comment made on June 18, 2008 at 3:23 am

  4. Ilya Novoselov says:

    I download latest version (1.5 is latest, isn’t it?). Still rounding enlarges box. Is it intended?

    Comment made on July 3, 2008 at 6:59 pm

  5. Ilya Novoselov says:

    Uh… I mean then I round a box, it becomes bigger with extra padding.

    Comment made on July 3, 2008 at 7:00 pm

  6. Ilya Novoselov says:

    Well. It goes as this: if I specify height in pixel, it becomes 16 px taller. Also, in xhtml-strict mode these added borders become transparent (except corners).

    Comment made on July 3, 2008 at 7:06 pm

  7. Keith Lawler says:

    Hello. Thanks for the great plugin! I had one issue that I resolved and wanted to share it here with you. I am doing a bunch of AJAX where some elements have already been treated with your rounded corners radness and I when I ajax in some new elements I didn’t want other divs on the page to be “rounded” again. My fix was to add alter your source and add this check:

    // Curvy corners
    function curvyObject() {

    this.box = arguments[1];

    + if($(this.box).hasClass(‘has_rounded_corners’)) {
    + return false;
    + } else {
    + $(this.box).addClass(‘has_rounded_corners’);
    + }

    All is working great. Hope this helpful to someone.

    Best and THANKS!

    Keith.

    Comment made on July 26, 2008 at 8:00 pm

The comments are closed.

About this site

Blue Anvil is the online web design journal & portfolio of , a web designer from Norfolk, England. Read More »
MiniCard Theme for WordPress
  • Featured work - More

    • Beefjack
    • Integrity
    • theotaku.com
  • Latest Tweet - More

    • @pippinsplugins Thanks. We're rewriting all those queries anyway (queryposts uh oh)
  • Out of the blue - More

    • Download Monitor 3.3.5 Tagged for release

      The latest update to Download Monitor for WordPress has been released; this version comes with a many fixes and some new features, such as improved sorting. For full details view the readme; you can grab the plugin here.

    • Closing the Forums

      Just posting to let current users know that I’m closing the forum on Blue-Anvil. This is mainly due to spam-registrations getting out of hand and being a general nuisance. I will be posting good topics as FAQ items within posts if applicable.

      Please note that you can still post and get help for my plugins/themes by posting on the wordpress.org website.

    • Show off your MiniCard!

      Are you a user of the WordPress MiniCard theme? Its been downloaded over 14,000 times so far!

      If you have used it as-is, made your own child-theme or done something creative with it, please show off your MiniCard’s in the comments, I’d love to see how the theme is being used!

    • Spam Stopper updated for WordPress 3.0

      My Spam Stopper plugin has been updated for WordPress 3.0 (version 3.1.3) – you can grab it here. Sorry this update took longer than my other plugins but this one gets less lovin’ – if you want to change that feel free to donate, spread the word, or rate it on the WordPress.org plugin page.