Hey, Shane... I'm not a CSS guru by any means, so... what is a "Vdiv"?
And... do you have a sample of this CSS rounding working online that I can view? Rick -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shane Graber - jQuery Sent: Friday, January 26, 2007 9:59 AM To: jQuery Discussion. Subject: Re: [jQuery] jquery.corner.js freezes IE6 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 _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/