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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:27:15+00:00 2026-05-23T14:27:15+00:00

For all CSS3 properties I have to use different vendor prefixed versions to support

  • 0

For all CSS3 properties I have to use different vendor prefixed versions to support different Render Engines. Here is an example:

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

background:#dee0e1;
background:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f2f3), to(#dee0e1));
background:-moz-linear-gradient(#f1f2f3, #dee0e1);
background:-o-linear-gradient(#f1f2f3, #dee0e1);
background:linear-gradient(#f1f2f3, #dee0e1);

For a border-radius I have to use 3 different properties and for a background gradient I have to use background property in 5 different way. It increase the size of CSS.

Is there a way to use only one property and make Firefox 1-5 understand it?

  • 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-23T14:27:16+00:00Added an answer on May 23, 2026 at 2:27 pm

    LESS is a CSS language that compiles to normal CSS and gives you the ability to abstract away a lot of the tedious elements of writing stylesheets such as typing multiple vendor prefixes every time.

    Here’s a decent tutorial on making the vendor prefix problem less painful:

    http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-never-type-a-vendor-prefix-again/

    You know the drill quite well. Want to
    give some section of your website
    rounded corners with CSS3? Then you’ll
    require nothing short of three vendor
    prefixes: webkit, moz, and the W3C
    recommended form. Isn’t that a huge
    waste of time — not to mention screen
    space? What if, instead, we could use
    a class file? Well, we can! I’ll show
    you how today.

    .. and here are the LESS classes from the tutorial: http://snipplr.com/view/47181/less-classes/

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

Sidebar

Related Questions

I use IE7.js but it doesn't have CSS3 support. I use jQuery always in
Where can I find a list of all the different implementations of CSS3 properties?
Do we still need to use the browser prefixes for css3 properties, for example
How would I select all but the last child using CSS3 selectors? For example,
I am looking to use Webkit CSS3 to move a absolutely positioned DIV from
Is it possible for both rotateX and rotateY in CSS3 to have different transition
With all the new CSS3 border stuff going on ( -webkit , ...) is
I have an HTML structure which has css3 inside e.g. @-webkit-keyframes,..etc Is there any
all i have a problem in trying to using jquery and css3 keyframe to
I have a bit of CSS3 animation which works perfectly in all the browser

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.