Transparent table problems
-
I am trying to make my table transparent and have managed to apply this to the majority but part of it is still grey.
the page is jonnydowling.com/projects/level-short-film and happening on the table containing the videos ‘portrait.’ and ‘LUPERCALIA IV’.
This is the code I’ve used.
<table>
<tbody>
<td style=”background:transparent;”>
<tr>
<td><iframe src=”//www.youtube-nocookie.com/embed/SgseE0wTPI4?rel=0″ width=”254″ height=”143″ frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe></td>
<td><iframe src=”//www.youtube.com/embed/3ZgqAh5moLc” width=”254″ height=”143″ frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe></td>
</tbody>
</table>Cheers,
Jonny
The topic ‘Transparent table problems’ is closed to new replies.