Can you create a CSS effect where all content inside a table becomes transparent on hover? For example:
<table><tr><td> AN IMAGE </td> <td> SOME TEXT </td></tr></table>
So if either the image or the text are hovered, both will become transparent. Remember, using ONLY css.