I noticed the same thing when trying to implement it for a site and
eventually gave up with the plugin. I ended up going to
roundedcornr.com and used the corner images generated there +
generated CSS and used jQuery to modify the DOM to accept the
rounding:
$(".round")
.wrap("<div class=\"roundedcornr_box_grey\"><\/div>")
.before("<div class=\"roundedcornr_top_grey\"><div><\/div><\/div>")
.after("<div class=\"roundedcornr_bottom_grey\"><div><\/div><\/div>")
.removeClass()
.addClass("roundedcornr_content_grey");
That worked fine for me. I would have preferred a plugin but, hey,
this worked and it was acceptable in the use case that I needed. :P
Shane
On 1/26/07, Dave Methvin <[EMAIL PROTECTED]> wrote:
> That's strange. The version here works but it's using jQuery 1.0.4 plus it's
> a bit behind the one in SVN. So it's either a recent change to the plugin or
> some effect of jQuery 1.1.
>
> http://methvin.com/jquery/jq-corner.html
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Mike Alsup
> Sent: Friday, January 26, 2007 9:10 AM
> To: jQuery Discussion.
> Subject: Re: [jQuery] jquery.corner.js freezes IE6
>
> > > IE6 freezes, and I need to kill the proccess. After that, I visited
> >
> > Damn, it sure does. I'll have a look at it Juan.
> >
>
> Interesting. It's this call that causes the problem:
>
> var h = jQuery.curCSS(this, 'height');
>
> Anyone know why that might be?
>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
--
---------
Bender: "Amy, you like cute things so I baked you a pony."
---------
http://www.reefs.org - Where reefkeeping begins on the internet.
http://www.advancedaquarist.com - High quality, free monthly publication for
the reef keeping hobbyist.
http://www.aquaristcourses.org - Distance learning courses for the
marine aquarist.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/