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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:45:43+00:00 2026-05-26T04:45:43+00:00

With some CSS styling properties, we need all these different kinds of approaches, tricks

  • 0

With some CSS styling properties, we need all these different kinds of approaches, tricks and hacks to make things work cross browser. I never wanted to be an expert in IE, and making it work, no…I wanted to specialize in designing good looking, practical and user friendly web applications without wondering if that rounded corner is going to be round in browser x and y.

CSS3 and even CSS doesn’t work in browsers like IE7 like it’s intended to, (I don’t care for IE6), and one has to spend so much time in making things work across different browsers, that the creative concepts, and actual goal of a site goes out the window.

Is there is a solution for making/morphing CSS/CSS3 to be compatible with browsers that don’t support it. Perhaps a JavaScript library?

It would be nice to be able to change opacity like this:

.style { opacity: 0.5; }

and not like this:

.style {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

…similar to Prefix Free which currently doesn’t support IE

So are there JavaScript libraries out there that will dynamically expand CSS as needed by a particular browser, and also enable CSS3 support, and future proofing of CSS3?

  • 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-26T04:45:44+00:00Added an answer on May 26, 2026 at 4:45 am

    One idea might be looking into the LESS framework. It’s a object oriented way of doing CSS. So to set opacity, you’d do something like this:

    .opacity (@opacity) {
        opacity: @opacity;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity*100)";
        filter: alpha(opacity=@opacity*100);
    }
    

    Then to use it, you’d just “call it” like a function.

    .style {
        .opacity(0.7);
    }
    

    And the output would be like your second code snippet

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

Sidebar

Related Questions

I need help with some CSS styling. I've tried various options with Firebug and
I use some CSS styling to hide input buttton, images and so on but
I wrote a bit of html with some css styling injected into a third
I have some CSS style that does not work in IE and that works
I am initially styling links(also different states) using css and then i am changing
I am struggling with some css styling when working with JavaFX.. i wonder if
I am using some css styling for my submit buttons, and they look fine
in some CSS code I found out this type of selector div#someid Is this
I am working with some CSS that is poorly written to say the least.
I've some CSS problem in Firefox 3. I have several image buttons on my

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.