John Dalberg wrote
Quote:
tbody style="display:block; " |
If this is following on from your last thread then you do not want to apply
display: block to a tbody. I suspect this takes it out of the table and
makes it onto a seperate block, yet still within the table, which the
browser has to error correct. As you have found browsers error correct
differently.
Give it whatever.display = "none" to disappear it but when you want it
visible again give it whatever.display = "". This "rubs out" the display:
none.
--
Cheers
Richard.