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

  • Home
  • SEARCH
  • 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 9238611
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T07:48:08+00:00 2026-06-18T07:48:08+00:00

How can I make using Jquery or CSS3 to animate a hovered div (on

  • 0

How can I make using Jquery or CSS3 to animate a hovered div (on mouse over) to the left off screen and show up new divs one under other, here is a image link of the problem:
http://i48.tinypic.com/f12z6.jpg

  • 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-18T07:48:09+00:00Added an answer on June 18, 2026 at 7:48 am

    With CSS 3 transitions:

    /* out of view on hover */
    .container:hover .hoverMe{
      margin-left: -200px;           
    }
    
    /* bring other DIVS inside view when mouse is over container */
    .container:hover ~ .slidingOne{
      margin-left: 0;                
    }
    
    .hoverMe, .slidingOne{  
      transition: margin 1s;       
    }
    
    .slidingOne{
      margin-left: -200px;        
    }
    

    Assuming the markup looks like this:

    <div class="container">
      <div class="hoverMe"> 
        ...
      </div>
    </div>    
    
    <div class="slidingOne">
      ...
    </div>
    
    <div class="slidingOne">
      ...
    </div>
    

    DEMO

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

Sidebar

Related Questions

how can we make the jQuery plugnin to return the wrapped set?so that using
I'm trying to make a drop down menu using javascript/jquery but can't get my
Can we Make a checkboxList using jquery like we fill the options in select
Using JQuery's ajax() or get() methods we can make an async call to the
Hello! Im Using Jquery pep for Drag and Drop. I can make it draggable
Using jQuery, is there a way I can make every http://www.mywebsite.com/page/ become http://www.mywebsite.com/#page for
How can i make a label change to a text box by using jQuery?For
I wish I can make an image gallery without using jQuery plugin. Which all
Let's say by using jQuery I can set the width of a DIV doing
I am attempting to using jQuery make the height of a particular div expand

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.