PDA

View Full Version : highlight rows and make them clickable


need2fart
07-28-2012, 02:48 AM
How can I make table rows highlight and clickable for forum categories and threads?

For mouse over rows I use:

td:hover {
background: #1f1f1f;
}

However, it only highlights sections of the row. tr:hover did not work on categories or threads. It did highlight other tables on the page.

How may I highlight entire rows and categories and ignore other tables on the page?

How would I be able to make the categories and thread rows clickable?

Simon Lloyd
07-28-2012, 04:59 AM
Maybe this will help https://vborg.vbsupport.ru/showthread.php?t=271350

need2fart
07-29-2012, 10:18 AM
Maybe this will help https://vborg.vbsupport.ru/showthread.php?t=271350

Thank you for the resource! =)


I have found additional resources that helped accomplish the hover if anyone else needs.

https://vborg.vbsupport.ru/showthread.php?t=211313

https://vborg.vbsupport.ru/showthread.php?t=222373