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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:28:01+00:00 2026-06-13T04:28:01+00:00

This is driving me crazy – I have been trying to get opacity working

  • 0

This is driving me crazy – I have been trying to get opacity working in IE8 (and IE < 7), so I’ve added the IE-specific css-property -ms-filter (and filter for the older IEs). This is working great running on localhost using Visual Studio 2010’s built in development server, or just opening the html file from disk.

However, when viewing it (or any other page using filter such as http://www.quirksmode.org/css/opacity.html) I don’t get the opacity – just a solid color.

I’ve made a demo here http://jsfiddle.net/3nvN9/9/ – the div appears solid black to me when viewing it in jsFiddle, but if I take the same code (which is why I kept it all in the html) and view it from localhost or disk I can see the text through the div.

Here is the full code for the sample page:

<!DOCTYPE html>
<html>
    <head>
        <style>
            div {
                position: absolute;    
                top: 0;            
                height: 150px;
                width: 150px;
                background-color: black;
                opacity: .3;
                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
                filter: alpha(opacity = 30);
            }
        </style>
    </head>
    <body>
        <p>Can you see me?</p>
        <div></div>
    </body>
</html>​
  • 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-13T04:28:03+00:00Added an answer on June 13, 2026 at 4:28 am

    Writing this question I realised it had to have something to do with IE’s security settings – especially since I’m on a company network which is probably quite locked down.

    Going through the settings I finally found that it was the Binary and Script Behaviors setting that caused the problem. Since the filters are part of ActiveX they get disabled as well.

    After finding the setting I tried googling it and found this page which explained it nicely. http://paintincode.blogspot.de/2012/06/css-opacity-ie-filter-binary-and-script.html. I only wish I would have been able to find it before knowing the name of the setting. =)

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

Sidebar

Related Questions

ok this is driving me crazy. I have been trying to parse a xml
This is driving me crazy. I'm trying to get the footer div to be
This is driving me crazy. In the past I have been able to have
This is driving me crazy, and has been bugging me for weeks, I'm trying
This is driving me crazy. I have a PHP script that gets some data
This is driving me crazy. I have a very simple user control: public int?
This is driving me crazy and I can't find the answer anywhere. I have
This is driving me crazy! I have read at least 5 questions on here
This is driving me crazy: I have function void gst_init(int *argc, char **argv[]); in
This is driving me crazy, I am trying to do something like: $this->data =

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.