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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T19:13:43+00:00 2026-06-13T19:13:43+00:00

I have seen on website like pinterest.com and few others that when you hover

  • 0

I have seen on website like pinterest.com and few others that when you hover your mouse over image the facebook share or twiter share signs, number of comments and etc shows up. I have been searching on google and I got answer of doing onmouseover Event, however i think they do something else. can anyone give me a hint or sample of a code. I want to be able when you hover over image you be able to share it with facebook, or twitter or email the image to someone. Thank you

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

    If you want a specific effect, it’s best to inspect the code of the site and see how they do it.

    Here is a very basic example that should help you get started:

    <div class="wrap">
        <img src="http://placehold.it/350x150">
        <div class="info">
            Stuff here...
        </div>
    </div>​
    
    .wrap {
        width:350px;
        height:150px;
        position:relative;
    }
    
    .info {
        background:rgba(255, 0, 0, 0.2);
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        opacity:0;
    }
    
    .wrap:hover .info {
        opacity:1;
    }
    

    jsfiddle

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

Sidebar

Related Questions

i have seen a few sites like prankdial that lets you spoof your number
I have seen functions that can optimise images using smush.it for your website but
I have seen in a few libraries, Spray for example, dual package specifications like
I have a URL like - http://www.mydomain.com/website/dev/main/html/about_us.html How can I rewrite it to simply
I want to use an idea that I have seen on another website where
I have seen forks of the bootstrap typeahead plugin like this one here: https://gist.github.com/1866577
Recently I have seen this code in a WebSite, and my question is the
We are about to release beta version of our website. Lately we have seen
I haven't seen any website do this properly... If I have two select fields,
Is there a twitter API that returns mood? I have seen some websites that

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.