> Anthony Lieuallen wrote: >> http://developer.mozilla.org/en/docs/CSS:-moz-border-radius >> James Gadrow replied, in part: > > Also, it will only work for clients using a recent version of FF > (border-radius is > actually part of the CSS3 specification, and I can't wait until it gains more > main- > stream support). There may be an implementation method for WebKit as well, > but it > escapes me at the moment. >
Just to avoid confusion, I assume you mean the "border-radius" property? The Gecko-specific "-moz-border-radius" works at least back to Netscape 7.2 Win. I don't know if it works on fieldsets, though. FWIW - -webkit-border-radius works in Safari for Windows. > For those reasons, I recommend adding the extra mark-up, or, if you're a > purist, using > javascript to generate the extra mark-up necessary (which will cause it to > degrade > gracefully if javascript is disabled). > This tutorial may help: <http://www.sitepoint.com/article/rounded-corners-css-javascript> > That's just my advice; however, IE still controls around 80% of the market > and is > notoriously slow in implementing css improvements. So, be prepared to utilize > other > methods for the majority of your clients. This varies from country to country. The 80% (and falling) is for all IE versions, in N. America. Overall, Europe has almost 25% using Firefox. This varies greatly from one country to another - anything from 15% to 50%. This does not invalidate your argument, but I wished to point out that, as always, your design depends on your target audience. Cordially, David -- ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
