Click to See Complete Forum and Search --> : [RESOLVED] Set height of the row when column is hiden


ISMAILC
10-22-2008, 05:38 AM
Hi, need help please!

Hiding column but can't set the height of row

I'm hiding the columns within the row, but can't seem to hide the row nor set the height of the row!

<tr style="visibility: hidden; height: 0px;">
<td colspan="4" style="visibility: hidden; height: 0px;">
"object"
</td>
</tr>

How can I set the height of the row when column is hiden.

Regards

Fang
10-22-2008, 06:03 AM
display:none;

ISMAILC
10-22-2008, 06:10 AM
Thank You this worked great...