.style
{
-moz-border-radius:8px;
-webkit-border-radius:8px;
}
.style { -moz-border-radius:8px; -webkit-border-radius:8px; }
Share
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.
Because one of those properties is for Gecko (
-moz-) browsers, the other is for WebKit (-webkit-) browsers.For IE9 (and Opera 10.50+) you can add the standard declaration:
For previous versions you’ll have to find another solution.