Is there an alternative script to CurvyCorners that does border-radii based on CSS? CurveryCorners has so many bugs and rarely works the way it’s expected to, it’s just not worth using anymore.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The alternative is to use the CSS3
border-radiusstyle.This works out-of-the-box in all current browsers, except IE8 and earlier. For browsers other than IE, you shouldn’t be running any kind of script at all for this, as it’s a standard built-in feature in the browser.
For IE8 and earlier, there is a hack called CSS3Pie which allows IE to also support the standard CSS3
border-radiusstyle. This is Javascript based, but works with the standard CSS code, meaning you can use the same style for all browsers.As an added bonus, CSS3Pie also implements CSS3 box shadows and gradients for IE as well. And it’s under active development, and the author is great at helping people out on the forum if they’re having problems with it.