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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:04:01+00:00 2026-06-02T17:04:01+00:00

I like the slide jQuery effect, when you move a cursor on some of

  • 0

I like the slide jQuery effect, when you move a cursor on some of products

I am trying to do the same effect with the similar functionality with one difference – when I move a cursor on the box, I wanna display the new DIV with informations (that’s working me), but I would like to display it as a slide from bottom to top, exactly as is on the link address.

$('div.box_data').hover( function() {
  $(this).find('div.box_data_info').toggle();
});

How could I add the slide effect?

  • 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-02T17:04:02+00:00Added an answer on June 2, 2026 at 5:04 pm

    See at http://jsfiddle.net/ePSdq/

    html.

    <div class="box_data">
        <div class="box_data_info">
            <p> Loren ipsum....</p>
        </div>
    </div>
    ​
    

    css

    .box_data{
     position:relative;
     height:200px;
     background-color:Red;
        overflow:hidden;
    }
    .box_data_info{
        position:absolute;
        bottom:-100px;
        height:80px;
        background-color:#000;
        color:#fff;
        padding:10px;
        width:100%;
    }​
    

    js.

    $(function(){$('div.box_data').hover( function() {
          $(this).find('div.box_data_info').stop().animate({bottom:0},500);
        },
        function() {
          $(this).find('div.box_data_info').stop().animate({bottom: -100}, 200);
        });
    });
    

    ​

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

Sidebar

Related Questions

Ive been looking for a jQuery menu with a slide down effect like Yoothemes.
So I tried creating the slide up down effect like in this example, http://paulsturgess.co.uk/articles/show/83-jquery-text-slide-up-slide-down-effect
I'm using JQuery to hide an element with slide effect like this: $(.teaser_container:visible).hide(slide, function()
How do I achieve the following slide left effect with JQuery? I have a
I would like to know how the slide effect between pages is done on
I really like the effect that makes the image and the text slide in
I have multiple divs like setted up below. I want 1 (one) JQuery function
Lately im trying to use jquery more often and right now im having some
I am working on some animation and am using the jQuery library. One of
I'm wondering how I could make a fade and slide effect like on: http://www.apple.com/stevejobs/

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.