jQuery Curvy Corners 1.x and 2.x updated and moved to Google Code
I have updated the jQuery Curvy Corners plugins (both versions) with jQuery 1.3.2 support and other enhancements. The beta 2 version is looking good and is working in all version of IE, Opera, and Firefox (as far as I can tell).
You can grab the latest files from Google Code here. Enjoy.
Found this post useful? Why not buy me a coffee!










Chris says:
You are THE MAN! I’ve been using Curvy Corners for a while now, but I’ve been stuck with JQuery 1.2.6 which limited what plugins could use.
Thank you!
Comment made on June 11, 2009 at 2:43 pm
aldo says:
excellent work, I tried the plugin, but with google chrome and safari, in the corners you see a small red zone! I do not understand how to delete it or change it. I something wrong or these browsers are not yet fully supported?
Comment made on June 23, 2009 at 4:14 pm
Mr. Fussyfont says:
Nicely done. I just skimmed the code and I’m sure you realize it could be optimized, but I also noticed one potential bug: there seems to be confusion about jQuery’s .css method syntax. If you use quotes, use the CSS syntax, otherwise use JS syntax. Maybe jQuery is forgiving about this, but I think this is incorrect:
$x.css( { "paddingLeft" : "2px" } )It should be either
$x.css( { "padding-left" : "2px" } )or
$x.css( { paddingLeft : "2px" } )Comment made on August 14, 2009 at 6:32 pm
Mike Jolley says:
@Mr. Fussyfont: Thanks Ill try that out.
Comment made on August 18, 2009 at 10:17 am
Walter says:
In there any chance to use png background image and make it viewable in IE6 ?
Thanks
The plugin is great!
Comment made on August 21, 2009 at 1:06 pm
Mouse says:
Is there a way to have the to which curvycorners is applied grow as the content grows? I have an accordion in a that makes the height increase. I have tried to set the CSS height attribute set to auto but that doesn’t work. Any Ideas?
Comment made on June 10, 2010 at 3:35 pm