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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T13:16:37+00:00 2026-06-13T13:16:37+00:00

I know that in IE9 I can add more than one image in a

  • 0

I know that in IE9 I can add more than one image in a div and is possible to use background-position and background-image in IE9.
But my code doesn’t work, I don’t see the animation to scroll down when click on a div.
Why? This is the code: (In firefox and Chrome works fine)

DEMO

HTML:

<script type="text/javascript">
$(document).ready(function(){
    var bg = $('.second').css('background-image');
    $('.second').css('background-image',bg+', url(http://www.dummyimage.com/643x12/001aff/ffffff.png)');
    $('.second').css('background-position', '0 0px, 0 -100px'); 


    $(".second").on("click", function() {
        $(".second").css('background-position', '0 200px, 0 100px'); 
    });

});

</script>
</head>
<body>
<div class="second">

</div>

CSS:

.second{
     position: absolute;
    border: solid;
    top:0;
    left:0;
    z-index: 2;
    height: 100%;
    width: 1000px;
    overflow: hidden;
    background:url(http://www.dummyimage.com/643x12/001aff/ffffff.png) no-repeat;

    transition-property: background-position; /*standard*/
    transition-duration: 1s;

    -webkit-transition-property: background-position; /*Safari e Chrome */
    -webkit-transition-duration: 1s;

    -o-transition-property: background-position;      /*Opera*/
    -o-transition-duration: 1s;

    -moz-transition-property: background-position;    /*Firefox*/
    -moz-transition-duration: 1s;   

}
  • 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-13T13:16:38+00:00Added an answer on June 13, 2026 at 1:16 pm

    Transitions do not work in IE9. Only modern browsers and, finally, IE10.

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

Sidebar

Related Questions

How can i execute a command prompt command from ie9? I know that this:
Anyone that has installed the new IE9 know if I can keep IE8 installed?
I know that Phonegap has an event for back button, but it's only available
I know that this sort of question has been asked here before, but still
I know that when I use range([start], stop[, step]) or slice([start], stop[, step]) ,
I know that Java have its own garbage collection, but sometimes I want to
I know that I can hijack a form by showing a login form in
I'm trying use make a div's background transparent using a mixture of CSS3 rgba()
I´m really glad that I must no more use IETester since IE6 support was
IE9 users can disable an add-on, such as a browser helper object, by clicking

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.