hover css
hover css
mothar
Posts: 7Questions: 3Answers: 0
Hi
I want to hover css for the below class.
table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>*
Thanks
Answers
What's the question? You want to add hover information for those selectors? Use the
:hover
selector.Allan