[jQuery] Re: jQuery Curvy Corners

2009-01-30 Thread Rusco


Hi,
I also tried a lot of rounded corners plug-ins and found out that each
one reveals its weakness once you begin nesting html-tags and messing
around with css.

The only somewhat reliable rounded corners plugin is imho:

http://labs.parkerfox.co.uk/cornerz/

Rusco.



On 30 jan, 07:57, Nikola nik.cod...@gmail.com wrote:
 I just discovered how nice jQuery Curvy Corners is.  It works well in
 Firefox but only seems to work in IE7 when using jQuery 1.2.6.  I did
 a quick search through the code to look for any obvious problems but I
 couldn't see any.  This is a great plug-in and I'd really like to get
 it working.  Any input or advice is greatly appreciated.

 http://blue-anvil.com/jquerycurvycorners/test.html

 Thanks,
 Nikola


[jQuery] Re: jQuery Curvy Corners

2009-01-30 Thread Nikola

Thanks, I am going to take a look at this. JRC is worth mentioning as
well, it's seems to be a bit faster than curvy corners but it also
breaks down with nested HTML and for some reason it's interfering with
the UI Dialog call...

http://jrc.meerbox.nl/?p=13cpage=1#comment-1312

Also, any input into curvy corners would be greatly appreciated.

On Jan 30, 11:07 am, Rusco j.reb...@gmail.com wrote:
 Hi,
 I also tried a lot of rounded corners plug-ins and found out that each
 one reveals its weakness once you begin nesting html-tags and messing
 around with css.

 The only somewhat reliable rounded corners plugin is imho:

 http://labs.parkerfox.co.uk/cornerz/

 Rusco.

 On 30 jan, 07:57, Nikola nik.cod...@gmail.com wrote:

  I just discovered how nice jQuery Curvy Corners is.  It works well in
  Firefox but only seems to work in IE7 when using jQuery 1.2.6.  I did
  a quick search through the code to look for any obvious problems but I
  couldn't see any.  This is a great plug-in and I'd really like to get
  it working.  Any input or advice is greatly appreciated.

 http://blue-anvil.com/jquerycurvycorners/test.html

  Thanks,
  Nikola


[jQuery] Re: jQuery Curvy Corners Update - v1.6

2008-07-15 Thread duck!


I can't help but think that supporting Firefox and Safari is a but of a
waste. Surely a developer would be better off doing something like this:

-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;

...and using curvy corners in a similar manner to png or select-iframe fixes
(albeit inclusive of more browsers)? Just a thought - looks to be nicely
written at any rate.
-- 
View this message in context: 
http://www.nabble.com/jQuery-Curvy-Corners-Update---v1.6-tp18453571s27240p18458601.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.