内部にiframeが入ったテーブルがあります。iframe(またはテーブル)が約2秒で徐々に消えるスクリプトが必要です。助けてくれる人に感謝します。
<table align="center" id="table" border="1">
<tr>
<td>
<iframe width="853" height="480" src="..." frameborder="0" id="iFrame" allowfullscreen> </iframe>
</td>
</tr>
内部にiframeが入ったテーブルがあります。iframe(またはテーブル)が約2秒で徐々に消えるスクリプトが必要です。助けてくれる人に感謝します。
<table align="center" id="table" border="1">
<tr>
<td>
<iframe width="853" height="480" src="..." frameborder="0" id="iFrame" allowfullscreen> </iframe>
</td>
</tr>