Posts by Diego Fonseca • 31 points
1 post
-
3
votes3
answers555
viewsA: Create an "opacity" on top of a <tr>
I think this way it can help you. And it’s very simple: table, th, td { border: 1px solid black; padding: 5px 10px; } table{ background: #e0e0e0; } td{ border:none; } .red { background: red;…