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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T19:42:45+00:00 2026-06-15T19:42:45+00:00

I have a webpage that needs to show a sliding panel when you hover

  • 0

I have a webpage that needs to show a sliding panel when you hover your cursor close enough to the bottom.

This is before.

mockup

This is after

mockup

The closest effect I have seen is in https://read.amazon.com when you read an ebook and the top and bottom controls appear when your cursor move close enough.

If I have placed this question in the wrong stackexchange, I apologize.

UPDATE:

Let me explain that even if the screen is scrollable vertically, the bottom sliding up element should always appear at the bottom of the screen so i guess, it is more than just using jQuery.hover.

Another UPDATE:

I also want to add that when the cursor hovers close enough but not on the element itself, the element is triggered to slide up.

  • 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-15T19:42:46+00:00Added an answer on June 15, 2026 at 7:42 pm

    1. To get the hover effect:

    You can consider using JavaScript, more specifically jQuery .hover()

    HTML:

    <p>A bunch of text here ...</p>
    <div id="toHover">
         <div id="toShowOnHover">This is something to show</div>
    </div>
    

    JS:

    $("#toHover").hover(
      function() { $("#toShowOnHover").show(); },
      function() { $("#toShowOnHover").hide(); }
    );
    

    2. To keep div on the bottom:

    CSS:

    #toHover {position: fixed; bottom: 0px; left: 0px; width: 100%; height: 40px; }
    #toShowOnHover {background-color:red; height: 40px; }
    

    Check out the JS Fiddle and see if it is what you have in mind

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

Sidebar

Related Questions

I have a webpage that needs to selectively show or hide a substantial number
I have a webpage that redirects to another webpage like this: http://www.myOtherServer.com/Sponsor.php?RedirectPage=http://mylink.com/whereIwasgoingtogo.html Then the
I have a webpage that displays a very large list of data. Since this
I have a web page that always needs to stay current. I do not
I have a Web page within my application that needs to call a web
I have a webpage that contains a form, and i need to refresh the
I have a webpage that is transferring A stylesheet as a text/plain MIME type.
I have a webpage that when landed on, will detect a user's physical location
I have a webpage that retrieves data (via ajax/php) and shows it in an
So my question is this, I have a gridview that filters data from a

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.