Click to See Complete Forum and Search --> : Shifty Tables


Geat
02-07-2003, 04:32 AM
Is there a simple way of making the subsequent rows of a table shift up when a table row is hidden, without deleting the row or whatever?

Stefan
02-07-2003, 04:43 AM
Originally posted by Geat
Is there a simple way of making the subsequent rows of a table shift up when a table row is hidden, without deleting the row or whatever?

Yes, use {display:none} isntead of {visibility:hidden}.

Geat
02-07-2003, 05:06 AM
unfortunately, doesn't seem to work in NS 4.7. Damn backward compatibility - if I had my way we wouldn't bother with it!