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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T19:58:38+00:00 2026-05-18T19:58:38+00:00

Yeah some people on the web have the same problem.. but there was no

  • 0

Yeah some people on the web have the same problem.. but there was no real answer on this. The JQuery devs say that IE 6,7,8 is supportet but I really need the opacity animation to get work.

But that does not work.. I need a solution for the IE 6,7.
I heared that the alpha filter of the ie is a good thing.. but please give me some advice my friends.

nya – here some codez for a non-meta discussion:

$('#video').click(function() {
    $button = $(this);
    if ( clickedv === 0){
    if( !$button.hasClass( 'disabled' ) ) {
        $button.addClass( 'disabled' );
    clickedv = 1;
    $('#video').animate({width: 0, height: 0, top: 52, left: 311},0);
       $('.flv').animate({left: 19, opacity: '1'},0).css('display', 'inline');
       $('galleria-thumbnails').animate({opacity: '0.3!important'},0);
        $('.close').animate({opacity: '1'},0,

        function() { $button.removeClass('disabled') });

    } 
    }

});

$('.close').click(function() {
    $button = $(this);

    if ( clickedv == 1){
    if( !$button.hasClass( 'disabled' ) ) {
        $button.addClass( 'disabled' );
    clickedv = 0;
    $('#video').animate({width: 164, height: 29, top: 498, marginLeft: 262},0);
       $('.flv').animate({left: 2222, opacity: '0'},0).css('display', 'none');
        $('.close').animate({opacity: '0'},0,
        function() { $button.removeClass('disabled') });

    } 
    }

});
  • 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-18T19:58:38+00:00Added an answer on May 18, 2026 at 7:58 pm

    IE doesn’t support opacity as a CSS style.

    It does have alternative methods for doing opacity via stylesheets, using the IE-specific filter style, but that isn’t the answer I’d recommend in your case — the CSS can get very ugly when you have to support several different syntax variants, and even worse if you’re changing it dynamically in javascript.

    What you need to do is use jQuery’s fade methods instead. This will give you good cross browser compatible animated transparency effects. See the jQuery manual pages for more info.

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

Sidebar

Related Questions

Yeah some people on the web have the same problem.. but there was no
Yeah this works in FF and Chrome, but for some reason wont work in
I have some troubles with this small JavaScript code: var text=Z Test Yeah !
Yeah, looks insane, but let me explain better. When in Jquery we use for
This shows what I have and want: So yeah as you can see I
The problem: I have a collection of people, I want to have a revise.html
Yeah I know ... Some people are sometimes hard to convince of what sounds
Hello yeah I'm asking this question a second time, sorry about that but I
Yeah, this is indeed my third or fourth question about jQuery UI Autocomplete. My
I don't have an Android device to test this (yeah, i know. Android developer

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.