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 7914519
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T14:08:37+00:00 2026-06-03T14:08:37+00:00

I am using the W3C CSS Validation Service to validate CSS and it returned

  • 0

I am using the W3C CSS Validation Service to validate CSS and it returned the following error:

Property -moz-border-radius-bottomleft doesn’t exist : 5px

My question is, do we need it anymore, as modern browsers seem to understand border-bottom-left-radius et al.

Here is the complete CSS:

height: 160px;
border-bottom-left-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
background: transparent url(../images/search-box-repeat-small.png) repeat;
  • 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-03T14:08:41+00:00Added an answer on June 3, 2026 at 2:08 pm

    Firefox understands the standardized border-*-radius properties starting from version 4.

    If you’re going to specify an equal radius for all four corners, and you’re not interested in supporting Firefox < 4.0 and other older browsers, you may as well reduce your staggering eight border radius declarations to a single one:

    height: 160px;
    border-radius: 5px;
    background: transparent url(../images/search-box-repeat-small.png) repeat;
    

    If you need to support Firefox 3.6 and older, you will still need the prefixed property, but specifying one for every corner is still just asking for trouble:

    height: 160px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: transparent url(../images/search-box-repeat-small.png) repeat;
    

    Note also that unprefixed properties should come last in a rule, so browsers that support the unprefixed properties will use it for best standards conformance.1


    1 Yes, vendors do implement prefixed properties in non-conforming ways, because there is nothing in the spec that says they can’t. See the Gecko notes for -moz-border-radius for details on what changed after Mozilla dropped the prefix.

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

Sidebar

Related Questions

I'm doing a new site and getting the following error: Property opacity doesn't exist
I tried to validate my site's CSS using the W3C CSS Validator. Unfortunately, reset-min.css
I get the following error when using the w3c validator why? Line 54, Column
I'm using the W3C CSS Validator with the Profile CSS3 but the validator says
I am getting a W3 validation error when linking to a stylesheet using a
I am using the W3C CSS Validator and it says that I have an
I want a format html using CSS so that I get the following: Image
I am using an SVG image on a page (via the CSS background-image property)
Consider the following css and html. <?xml version=1.0 encoding=UTF-8?> <!DOCTYPE html PUBLIC -//W3C//DTD XHTML
Possible Duplicate: How important is W3C XHTML/CSS validation when finalizing work? I read about

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.