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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T16:05:10+00:00 2026-06-08T16:05:10+00:00

I have been trying to make it so that when you hover over any

  • 0

I have been trying to make it so that when you hover over any part in the box then the box-hover (div) will fadein to opacity 0.7 so that it looks mostly black but little transparent.
But nothing I have done is working. And I don’t want to assign it with ID since there will be more boxes.

Here is the code I am trying to make: http://pastebin.com/3ZRcrx57

  • 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-08T16:05:11+00:00Added an answer on June 8, 2026 at 4:05 pm

    First of all, your .box-hover element is a child, not a sibling, so next() will not work, you will have to use find() or children().

    Secondly, when writing javascript case does matter, and its fadeIn and fadeOut (notice capital letters)

    I think this is what you’re trying to do:

    $(".box").hover(function () {
        $(this).find('.box-hover').fadeIn(100);
    },
    function () {
        $(this).find('.box-hover').fadeOut(100);
    });​
    

    Here’s a DEMONSTRATION

    You could even shorten that down to:

    $(".box").on('mouseenter mouseleave', function () {
        $(this).find('.box-hover').fadeToggle(100);
    });​
    

    DEMO

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

Sidebar

Related Questions

I have been trying to make a DIV box appear in front of the
I have been trying to make this to be a little jQuery plugin that
I have been trying to test my application to make sure that all the
I have been trying, in vain, to make a program that reads text out
I have been fruitlessly trying for several hours to make a function that filter
I have been trying to make a div fade in evey 30sec and out
I have been trying to make a StringTable class that holds a simple unordered_map<string,
I have been trying to make it so that when i right click a
I have been trying to make a layout for an Android app that functions
I have been trying to make a secure login for my site that I

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.