[jQuery] Re: state of the art for corner rounding?

2009-05-04 Thread sveisvei

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

Cornerz doesnt seem to work in IE8, works fine in IE7/IE8 Comp view.

/Svei

On May 3, 6:08 pm, Kevin Dalman kevin.dal...@gmail.com wrote:
 I have not tried DD Roundies yet - it's on my todo list. Hoever I am
 using a jquery plug-in called 'Cornerz' that is working very well for
 me. It uses Canvas/VML for corners, but does not require any
 additional plug-ins:

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

 This plug-in does *not* automatically pick-up -moz-border-radius
 settings from CSS, but I have written an intermediate function that
 does. This accomplishes exactly what you are asking - with the
 exception that you still need to add the cornerz class to the
 elements you want rounded in IE to avoid having to check the CSS of
 every element on the page!

 I submitted this function to the plug-in's forum...

 http://groups.google.com/group/cornerz/browse_thread/thread/2f0639e7c...

 I'd be interested to learn how whether DD Roundies is significantly
 better or not.

 /Kevin

 On May 2, 9:45 am, Jack Killpatrick j...@ihwy.com wrote:

  bump. Anyone eval'd the corner plugins recently enough to have an opinion?

  Thx.
  Jack

  Jack Killpatrick wrote:

   Hi All,

   I have a half dozen bookmarks for rounded corner plugins, but am
   wondering if there's a state of the art plugin kicking any booty on
   that these days? What I'd *really* like is to just be able to set -moz
   border radiuses in CSS and have a plugin magically use those to create
   rounded corners in IE and Safari (IE mainly... using excanvas or
   something with it is fine, too).

   Any advice? For the project I'm working on now I don't need to have
   lines at the border (ie: no border:1px solid black or anything).

   Thanks,
   Jack- Hide quoted text -

  - Show quoted text -


[jQuery] Re: state of the art for corner rounding?

2009-05-03 Thread Jeff Jones

As far as safari / chrome goes you can use webkit- similar to moz-

The only real browser behind the times is IE.



On May 2, 2:41 pm, kiusau kiu...@mac.com wrote:
 On May 2, 5:21 am, Richard D. Worth rdwo...@gmail.com wrote:

  One of the best ones I've seen lately is DD_roundies, by Drew Diller:
 http://www.dillerdesign.com/experiment/DD_roundies/

 DD Roundies were designed for an IE environment.  They do not work
 well in the Firefox, Opera, and Safari environments.  This is the
 reason that SVG Roundies were developed.  My webpage incorporates SVG
 Roundies into jQuery just fine. View the following webpage in Firefox,
 Safari, or Opera.

 http://homepage.mac.com/moogoonghwa/Imagine_Prototype/Content/

 You may discover more about SVG Roundies at

 http://www.highscore.de/SVG_roundies/

 Roddy


[jQuery] Re: state of the art for corner rounding?

2009-05-03 Thread Kevin Dalman

I have not tried DD Roundies yet - it's on my todo list. Hoever I am
using a jquery plug-in called 'Cornerz' that is working very well for
me. It uses Canvas/VML for corners, but does not require any
additional plug-ins:

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

This plug-in does *not* automatically pick-up -moz-border-radius
settings from CSS, but I have written an intermediate function that
does. This accomplishes exactly what you are asking - with the
exception that you still need to add the cornerz class to the
elements you want rounded in IE to avoid having to check the CSS of
every element on the page!

I submitted this function to the plug-in's forum...

http://groups.google.com/group/cornerz/browse_thread/thread/2f0639e7c7fa349c?hl=en#

I'd be interested to learn how whether DD Roundies is significantly
better or not.

/Kevin

On May 2, 9:45 am, Jack Killpatrick j...@ihwy.com wrote:
 bump. Anyone eval'd the corner plugins recently enough to have an opinion?

 Thx.
 Jack



 Jack Killpatrick wrote:

  Hi All,

  I have a half dozen bookmarks for rounded corner plugins, but am
  wondering if there's a state of the art plugin kicking any booty on
  that these days? What I'd *really* like is to just be able to set -moz
  border radiuses in CSS and have a plugin magically use those to create
  rounded corners in IE and Safari (IE mainly... using excanvas or
  something with it is fine, too).

  Any advice? For the project I'm working on now I don't need to have
  lines at the border (ie: no border:1px solid black or anything).

  Thanks,
  Jack- Hide quoted text -

 - Show quoted text -


[jQuery] Re: state of the art for corner rounding?

2009-05-02 Thread Richard D. Worth
One of the best ones I've seen lately is DD_roundies, by Drew Diller:

http://www.dillerdesign.com/experiment/DD_roundies/

Here's an article by Filament Group that shows how you can use DD_roundies
to extend support of jQuery UI's border radius to IE:

http://www.filamentgroup.com/lab/achieving_rounded_corners_in_internet_explorer_for_jquery_ui_with_dd_roundi/

- Richard

On Fri, May 1, 2009 at 4:07 PM, Jack Killpatrick j...@ihwy.com wrote:


 Hi All,

 I have a half dozen bookmarks for rounded corner plugins, but am wondering
 if there's a state of the art plugin kicking any booty on that these days?
 What I'd *really* like is to just be able to set -moz border radiuses in CSS
 and have a plugin magically use those to create rounded corners in IE and
 Safari (IE mainly... using excanvas or something with it is fine, too).

 Any advice? For the project I'm working on now I don't need to have lines
 at the border (ie: no border:1px solid black or anything).

 Thanks,
 Jack




[jQuery] Re: state of the art for corner rounding?

2009-05-02 Thread kiusau

On May 2, 5:21 am, Richard D. Worth rdwo...@gmail.com wrote:
 One of the best ones I've seen lately is DD_roundies, by Drew Diller:

 http://www.dillerdesign.com/experiment/DD_roundies/

DD Roundies were designed for an IE environment.  They do not work
well in the Firefox, Opera, and Safari environments.  This is the
reason that SVG Roundies were developed.  My webpage incorporates SVG
Roundies into jQuery just fine. View the following webpage in Firefox,
Safari, or Opera.

http://homepage.mac.com/moogoonghwa/Imagine_Prototype/Content/

You may discover more about SVG Roundies at

http://www.highscore.de/SVG_roundies/

Roddy