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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T17:53:52+00:00 2026-05-24T17:53:52+00:00

Using the proprietary filter css in IE (7/8). Trying to apply an additional filter

  • 0

Using the proprietary filter css in IE (7/8).

Trying to apply an additional filter (IE 7/8) to DOM nodes, and make sure that if any of them already have filter defined, to ADD the new filter and not replace it.

So, I have code something like this (jQuery):

$('.fxobject').each( 
 function() {
  this.style.filter += 'alpha(opacity=50)';
 }
);

My result is that the new filter (in this case, opacity) overwrites the old one on any nodes that already had a filter.

So, I try to read the value of filter various ways (jquery’s css(), and the this.style.filter way), and get nothing (although it knows it HAS a filter, it can’t seem to read the string value itself – which is why the += isn’t working I suppose).

So I am guessing maybe this IE filter implementation is an object of some sort (I see some documentation about node.filters), but can’t seem to figure out how to read the value and add an additional filter.

Anyone have a solution for this?

  • 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-24T17:53:55+00:00Added an answer on May 24, 2026 at 5:53 pm

    You can try this

    $('.fxobject').each( 
      function() {
         var filter = $(this).css("filter") || '';
         $(this).css("filter", filter + 'alpha(opacity=50)');
      }
    );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We're using a proprietary tracking system that requires the use of regular expressions to
I'm using a proprietary platform that reported memory usage in realtime on screen. I
I was using a proprietary rule engine, and I am now trying to use
I have no experience with web services. Historically I've built client-server systems using proprietary
We are about to migrate an intranet web application from using a proprietary forms-based
Using ASP.NET MVC there are situations (such as form submission) that may require a
Using C# .NET 3.5 and WCF, I'm trying to write out some of the
Using TortoiseSVN against VisualSVN I delete a source file that I should not have
Using VS2008, C#, .Net 2 and Winforms how can I make a regular Button
Using a proprietary framework, I am frequently finding myself in the situation where I

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.