joelwenzel
Programmer
- Jun 28, 2002
- 448
I cannot make visibility:collapse work. In ie it doesn't work at all; in netscape, it hides whatever's inside the cell but thats it. I can still see a border around the cell.
Here's my code.
<table>
<tr style="visibility:collapse">
<td border=1>
asdfasdfsa
<td>
</tr>
</table>
Here's my code.
<table>
<tr style="visibility:collapse">
<td border=1>
asdfasdfsa
<td>
</tr>
</table>