Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8640545
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T11:18:20+00:00 2026-06-12T11:18:20+00:00

I am having trouble with Mozilla detecting -moz-border-radius. It’s defaulting to the normal border-radius

  • 0

I am having trouble with Mozilla detecting -moz-border-radius. It’s defaulting to the normal border-radius and if I remove that it just turns back square at the edges again.

     -webkit-border-top-right-radius: 15px;
 -webkit-border-top-left-radius: 3px;
 -webkit-border-bottom-left-radius: 15px;
 -webkit-border-bottom-right-radius: 3px;
 -moz-border-radius-topright: 15px;
 -moz-border-radius-topleft: 3px;
 -moz-border-radius-bottomleft: 15px;
 -moz-border-radius-bottomright: 3px;
 border-top-right-radius: 15px;
 border-top-left-radius: 3px;
 border-bottom-left-radius: 15px;
 border-bottom-right-radius: 3px;

I have heard that mozilla has dropped the -moz- for border-radius, can anyone confirm this? I am using this code to make buttons for a site and I am having problems getting it to work cross browser.

    /* BACKGROUND GRADIENTS */
 background: #A2C838;
 background: -moz-linear-gradient(top, #A2C838, #92B432 50%, #82A02D 51%, #718C27);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A2C838), color-stop(.5, #92B432), color-stop(.5, #82A02D), to(#718C27));
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#A2C838', EndColorStr='#718C27'); /* IE6,IE7 */
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#A2C838', EndColorStr='#718C27')"; /* IE8 */

The problem is I can’t really use border-radius as it seems to now affect mozilla and IE, but since IE doesn’t support gradients I’ve had to use filters, which revert my lovely curved corners back to squares. I could have them both as square but I like the look of the rounded corners and would prefer if I could save them. Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T11:18:22+00:00Added an answer on June 12, 2026 at 11:18 am

    If you need rounded corners in IE, you can either use a pre-rendered gradient image as the background instead of a filter, or try applying border-radius to a container element and using overflow: hidden to see if the gradient filter gets clipped by the container borders.

    I have heard that mozilla has dropped the -moz- for border-radius, can anyone confirm this?

    Yes, it is gone as of Firefox 13.

    There really is no point supporting a non-standard property when the standard version of the same property has been so well-implemented for so long. There is also no reason to use the non-standard prefixed version over the standard unprefixed version in any situation, since the entire point of vendor prefixes is to provide experimental implementations that may or may not eventually become standards. You can’t rely on those non-standard properties always being there.

    IE filters will always ignore border-radius, and that is by design. But just because one browser is doing something the non-standard way doesn’t mean you must go non-standard for every other browser. Besides, since IE squares off the corners anyway, there is really no harm in keeping the unprefixed border-radius in your code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Having trouble with proper regex for RewriteCond RewriteCond %{REQUEST_URI} !^/foo/ Works as expected, that
I'm having trouble with some JavaScript that I've written, but only with Internet Explorer
I just started using the Yii framework and I'm having some trouble with it.
I'm having trouble with the cursor in a searchbox that displays too far left
Having trouble getting to this span tag to add and remove HTML content for
Having trouble with each function... Will try to explain by example... In my code,
Having trouble with an .htaccess file on WAMP. Works on the live server, but
Having trouble accessing javascript code in a mixed html/js ajax response. jQuery ajax doc
Having trouble understanding how to filter an images table by tag information in a
Having trouble understanding. With the following css : .bloc .field:nth-last-child(2){ ...some values... } and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.