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
-- 
View this message in context: 
http://www.nabble.com/curvycorners-wierd-safari-thing-tf4514708s15494.html#a12876944
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to