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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T23:28:55+00:00 2026-06-17T23:28:55+00:00

jsfiddle.net/rqJAY/ HTML: <table class=table_database_edit> <tr><td>Magazyn wycieraczek</td><td>Edytuj</td><td>Usuń</td></tr> <tr class=more id=><td colspan=3>aa</td></tr> <tr><td>test</td><td>Edytuj</td><td>Usuń</td></tr> <tr class=more id=><td

  • 0

jsfiddle.net/rqJAY/

HTML:

<table class="table_database_edit">
<tr><td>Magazyn wycieraczek</td><td>Edytuj</td><td>Usuń</td></tr>
<tr class="more" id=""><td colspan="3">aa</td></tr>
<tr><td>test</td><td>Edytuj</td><td>Usuń</td></tr>
<tr class="more" id=""><td colspan="3">aa</td></tr>
</table>

CSS:

tr.more{
    #display: none;
}
table.table_database_edit{
    width: 100%;
    border-collapse:collapse;
    border-spacing: 0;
}
table.table_database_edit  tr:nth-child(4n+3), table.table_database_edit  tr:nth-child(4n+4){
    background-color: #EFF0F1;
}
table.table_database_edit  tr:hover:nth-child(n) + tr:nth-child(n):after{
    background-color: #FFFFCC;
}
table.table_database_edit  tr:hover:nth-child(n+1) + tr:nth-child(n+1):before{
    background-color: #FFFFCC;
}

I have table. Every two rows is a group. The groups alternate background color. Rows 1 and 2 are white. Rows 3 and 4 are gray. Rows 5 and 6 are white. Etc.

I want to set the background-color to yellow when you hover over a group. How I can do it?

  • 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-17T23:28:56+00:00Added an answer on June 17, 2026 at 11:28 pm

    What you’re looking for is tbody. The tbody element is similar to colgroup, but used for grouping rows. From there, the CSS is simple:

    <table class="table_database_edit">
        <tbody>
            <tr><td>Magazyn wycieraczek</td><td>Edytuj</td><td>Usuń</td></tr>
            <tr class="more" id=""><td colspan="3">aa</td></tr>
        </tbody>
    
        <tbody>
            <tr><td>test</td><td>Edytuj</td><td>Usuń</td></tr>
            <tr class="more" id=""><td colspan="3">aa</td></tr>
        </tbody>
    </table>
    

    CSS:

    tr.more{
        #display: none;
    }
    table.table_database_edit{
        width: 100%;
        border-collapse:collapse;
        border-spacing: 0;
    }
    table.table_database_edit  tbody:nth-child(odd) tr {
        background-color: #EFF0F1;
    }
    
    table.table_database_edit  tbody:hover tr {
        background-color: #FFFFCC;
    }
    

    http://jsfiddle.net/rqJAY/13/

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

Sidebar

Related Questions

http://jsfiddle.net/GGsEt/3/ Works on firefox HTML <ul> <li class="lib_undefined"> <span class="hidden_toggle"> <a href="/">Test</a> </span> </li>
http://jsfiddle.net/D6be5/ HTML <table class=example border=1> <tr> <td> <label>Enter text</label> <textarea>Enter text</textarea> </td> </tr> <tr
http://jsfiddle.net/cD4Gr/4/ Le Code: $j(document).bind('click', function() { $j(#test).css({ bottom:0px }) }); Looking in the inspector,
http://jsfiddle.net/X47f5/1/ html: <a href=javascript:void(0);>test link</a>​ javascript: $('a').bind('click mouseup mousedown',function(e){ e.preventDefault(); return false; });​ Is
http://jsfiddle.net/Zyjwb/5/ How can I display actual names of owners , based on the specified
http://jsfiddle.net/w9E4K/7/ <div id=parent> <div id=left>Left</div> <div id=right>Right</div> </div>​ #left { display: inline-block; width: 75%;
http://jsfiddle.net/RpCTx/4/ The table columns aren't changing to the width I specified. The second column
http://jsfiddle.net/michelpm/jywqh/ The table has 1000 pixels of width, so the table columns with 3.9%,
http://jsfiddle.net/VTD9P/2/ $(button).click(function(){ $(body).append('<div class=vidminclose>X</div>'); }); $(.vidminclose).click(function(){ $(this).remove(); }); ​ ​why is it when i
http://jsfiddle.net/ZAvDd/ As my table row grows in height, I'd like my div inside to

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.