一个div层隐藏的问题(超简单,抢分了)(100分)

F

ff_ff

Unregistered / Unconfirmed
GUEST, unregistred user!
保存下面的test.html
看看,帮帮忙.
<table>
<tr>
<td>呵呵</td>
</tr>
<div style=&quot;visibility:hidden&quot;
id=&quot;divid&quot;>
<tr>
<td>我本来应该隐藏的啊!为什么不隐藏呢?求高手救命</td>
</tr>
</div>
</table>
 
这样....
<table>
<tr>
<td>呵呵</td>
</tr>
<tr>
<td><div style=&quot;visibility:hidden&quot;
id=&quot;divid&quot;>我本来应该隐藏的啊!为什么不隐藏呢?求高手救命</div></td>
</tr>
</table>
 
接受答案了.
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
713
import
I
I
回复
0
查看
737
import
I
顶部