I'm really disappointed with this script. I spent about an hour last night trying to get it to work (part of which was my Mac's fault) and when I finally did, it kept showing the squared-off corners in addition to the rounded corners. I finally figured out that the corner has to be set to the same color as the background.
However in my case I'm using a gradient image as a background so this corner method won't work. You might want to list that in your limitations because that will DEFINITELY throw off other people like it did for me. As a conclusion, this plugin works GREAT for people who have solid color backgrounds, but not at all for sites that don't. -----Original Message----- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Tuesday, June 03, 2008 7:03 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Cornerz 0.4 Very well done, Jonah! --Karl ____________ Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 3, 2008, at 7:53 AM, weepy wrote: > > Hi > > I've just released Cornerz 0.4 > > http://groups.google.com/group/cornerz > > Bullet Proof Corners plugin for jQuery using Canvas/VML > > * Antialiased > * Fast - this pages renders in 200ms on my Vaio in Firefox and > there's quite a few corners!! > * Support for any size radius and border width with minimal > performance increase > * No excanvas > * Current layout is maintained > * Works with many tested positions/display/floats (current > limitation with inline) > * Supports fluid layouts. > * Original div still shows through, so can easily do hover effects > * Script is only 4.0k uncompressed > * Requires jQuery 1.2.6+ > * Tested on : > o IE6 XP/Vista > o IE7 XP/Vista > o Firefox 2 Ubuntu/Windows > o Safari 3 Windows > o Opera 9 Windows/Linux > > Limitations: > o Problem with some Inline elements in IE - due to incorrect > reporting of width > o For IE as it cannot handle right/bottom aligned elements > with odd (2n+1) dimensions - positioning is calculated at page load. > If an element changes height or width - the cornerz need adding again. > > > > Cheers > > Jonah