The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> Change table cell highlight for first 3 rows
daverich
post Feb 23 2017, 05:12 AM
Post #1





Group: Members
Posts: 8
Joined: 28-January 17
Member No.: 26,285



Hello friends!
I have this table with row highlighting – it highlights the rows in different colours (first 3 in dark and later in blue). I wonder If I can also change the table cell highlight to yellow for the first three rows and keep the rest as it is now?
Here is the style:
QUOTE

<style>
body {
background-color: #0D0D0D;
}

tr:hover{
background: #0000F7;
color: rgb(102,102,102);
}


tr:hover td{
background: transparent !important;
}

tr td:hover {
background-color: #609 !important;
}

tr:nth-child(1):hover {
background-color: #292C31;
}

tr:nth-child(2):hover {
background-color: #292C31;
}
tr:nth-child(3):hover {
background-color: #292C31;
}

a {
color:#BFBFBF !important;
}

a {
text-decoration:none !important;
}


</style>


And the file itself:
https://jsfiddle.net/33bxg04e/
Thanking you!)
Dave
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 09:31 AM