Answers for "css hover highlight over table rows and column"

CSS
1

highlight table row on hover

tr:hover {
    background-color:#f5f5f5;
}
Posted by: Guest on November-04-2020

Browse Popular Code Answers by Language