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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T15:20:17+00:00 2026-06-04T15:20:17+00:00

I need the post-footer to be visible only when hovering the .post div .

  • 0

I need the post-footer to be visible only when hovering the .post div. How can I do that? The post-footer div only contains links(tags).

<div class="post"> 
  <!-- other divs --> 
  <div class="post-footer"><!-- footer content here -->
  </div> 
</div>
  • 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-04T15:20:19+00:00Added an answer on June 4, 2026 at 3:20 pm

    With a structure like:

    <div class="post">
        <!-- other divs -->
        <div class="post-footer"><!-- footer content here --></div>
    </div>
    

    You need to use something like:

    .post-footer { display:none; }
    
    .post:hover .post-footer { display: block; }
    

    Alternatively, if you want to make it look smooth, you could use transitions on max-height:

    .post-footer { max-height: 0; transition: max-height 1s linear; }
    
    .post:hover .post-footer { max-height: 300px; /* some value that will always be larger than the height of your footer */ }
    

    Note: browser compatibility table for transitions

    Demo for both methods: http://dabblet.com/gist/2819975

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

Sidebar

Related Questions

two<div class=blogger-post-footer><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4997742813462440000-8247376481926663915?l=isthereanyurlnamesleft.blogspot.com' alt='' /></div> I need to match from <div to
I have the following data that basically I only need a few bits of
I have a site that I need a sticky footer. I would like the
I need to post a form on a new website which is UTF-8 encoded.
I need to post some text to a remote server over HTTP, this server
I don't think I need to post my code (there's lots of it) but
I've got a form and I need to post data to the server every
I would like to invoke a webservice via Android. I need to POST some
I need to bring .post_entry(right side) up so that it's level with .post_info(left side.
If I have the xml/html data to post we need to encode the data

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.