esempio pratico, poi devi adattarlo al tuo contesto:
codice:
<!DOCTYPE html>
<html>
<head>
<style>
img {
  opacity: 0.5;
}

img:hover {
  opacity: 1.0;
}

</style>
</head>
<body>

qui la tua tabella

</body>
</html>