So there's no shortage of information out there on rounded corners and I've been through much of it and I'm posting to get the opinions of the communities on this point.
My scenario is that we're developing a rounded corner dependent design, mainly used for interactions (<button>
and <a>
). We are going to use border radius for the good browsers on the block that play nice with it and then use the server to send down JavaScript to browsers that don't.
What I'm wondering is what to use to up scale the browsers that ignore border radius CSS? I need something that works on button as well as a, div etc. I've been looking at the following and have found that some don't play nice with <button>
. Also the site already uses jQuery.
http://www.curvycorners.net/ - http://code.google.com/p/jquerycurvycorners/
http://www.html.it/articoli/niftycube/index.html
http://www.malsup.com/jquery/corner/
Edit: I've also looked at http://www.dillerdesign.com/experiment/DD%5Froundies/ and at this point it seems the strongest candidate to me.