[jQuery] curvycorners wierd safari thing

[jQuery] curvycorners wierd safari thing


hi all, im trying to get the curvy corners plugin to work in safari
and cant seem to do it.
I use the code below and it works fine in all browsers but Safari
$(document).ready(function(){
var settings = {
tl: { radius: 10 },
tr: { radius: 10 },
bl: { radius: 10 },
br: { radius: 10 },
antiAlias: true,
autoPad: false,
validTags: ["div"]
}
$("#home-innerLeft").curvy(settings);
$("#curved-right1").curvy(settings);
$("#curved-right2").curvy(settings);
$("#curved-right3").curvy(settings);
});
it works only for the first line, ie..
#home-innerLeft gets curved fine, and if i change the order the first
one each time works, but i cant see why - any ideas or do i have the
syntax wrong?
just to repeat - the above code works a treat in ie6/7/ff/opera :S