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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:14:40+00:00 2026-05-26T05:14:40+00:00

I usually use CSS3 properties in my style sheets. Older browsers requires special prefixes

  • 0

I usually use CSS3 properties in my style sheets. Older browsers requires special prefixes to get the same results as the new ones. Is there any way to leave unnecessary prefixes but get the same result as with them?

Solid CSS3 property:

border-radius: 1px;

For compatibility:

-webkit-border-radius: 1px;
-moz-border-radius: 1px;

I have to use all of them:

border-radius: 1px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;

It’s hard to maintain 3 unique properties that do the same. I want to work without the compatibility stuff. My plan is the following: I work with the simple CSS3 properties and after I’d finish I add the prefixed properties via a automatized program or web application.

Do somebody know a working solution? I would appreciate a simple web app.

// border radius, text shadow, box shadow. / Multiple backgrounds, RGBA and other stuff works without annoying prefixes (thanks for god).

  • 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-05-26T05:14:41+00:00Added an answer on May 26, 2026 at 5:14 am

    I suggest using http://prefixr.com/

    It even has an API that you can use in your development to help automate the process.

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

Sidebar

Related Questions

I usually use code like this: using (var connection = new SqlConnection(ConfigurationManager.ConnectionStrings[MyConn].ConnectionString)) { var
I usually use a stored procedure when inserting records to make sure I get
I usually use Commons Configuration for manage my applications configs. I have used properties
When I use gcc to compile C programs I usually use -g to get
I usually use this: HttpClient client = new DefaultHttpClient(); HttpPost post = new HttpPost(postURL);
I usually use simple quotes, but sometime I get very long lines which I
I usually use Visual Studio Team System 2008 Source Control Explorer with TFS, but
I usually use the following pipeline to grep for a particular search string and
I usually use this line to import file from out of the current folder
I usually use pointers in the following manner char *ptr = malloc( sizeof(char) *

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.