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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:55:01+00:00 2026-06-04T21:55:01+00:00

After much google searching and looking through other posts here i still can’t work

  • 0

After much google searching and looking through other posts here i still can’t work out if this is yet possible. I want to basically have a set background colour on my table rows that fades to another color quickly on :hover – Is this possible with Jquery?

I’m using multiple tables which will have, or would like to have, different colors for background hover, at the moment I’m using just CSS to do an hover event but obviously i want to try add a subtle but nice effect as they are nice chunky table rows.

****EDIT****

I found a solution: I am using Jquery UI –

$('tr').mouseover(function() {
    $('td', this).stop(true, true).animate
        ({ backgroundColor: "red" }, 1000);
});

$('tr').mouseout(function() {
    $('td', this).stop(true, true).animate
        ({ backgroundColor: "#666" }, 1000);
});
  • 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-04T21:55:03+00:00Added an answer on June 4, 2026 at 9:55 pm

    Since you would like to have different colors for background hover event for your table cells, this jsFiddle shows you how to use the background color property to change the colors of each cell on mouse hover via a Pseudo Color Map of NTSC Colors.

    There’s no jQuery or other library required since this pure CSS solution keeps up with the users mouse position quickly.

    I think using animated fade in the example I provided would make too many cells linger with transitions causing confusion. That said, it’s still easy to add in jQuery animate effects if needed, but depends on your table layout scheme.

    Here’s a revised jsFiddle using jQuery.

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

Sidebar

Related Questions

After reading google, I still don't quite understand what this does/means? Could someone explain
This might be a very simple question but after much searching on different forums
I cannot find much documentation of the Boost version of discrete_distribution. After much Google
after some google around, I just figured out that there is no one that
My problem occur after getting the session token from Google SECURELY Here's what I
I've had soooo much trouble getting this code to work properly!!!! It runs fine
Google has plenty of results for similar problems, but after a day of searching,
I've been searching around trying to find an answer both here and google, although
django has this complex ORM built in to it, but after spending much time
After reading some of the jQuery vs ext js questions here and google search

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.