Caliban
07-08-2003, 08:59 PM
Hi,
I hide a table with the following command:
<BODY ONLOAD= 'javascript:document.getElementById("tb_nodes").style.visibility="hidden;"'>
where tb_nodes is the table's id.
Below the table there is more code (i.e., a tree based on the data stored in the table). The table has 1000 rows approximately.
When the table is hidden, you can see the space occuped by the table anyway.
My answer is: how can I do to "reduce" the size of the entire table? (not to 0, but as little as it can be)
Any ideas?
Thanx in advance.
I hide a table with the following command:
<BODY ONLOAD= 'javascript:document.getElementById("tb_nodes").style.visibility="hidden;"'>
where tb_nodes is the table's id.
Below the table there is more code (i.e., a tree based on the data stored in the table). The table has 1000 rows approximately.
When the table is hidden, you can see the space occuped by the table anyway.
My answer is: how can I do to "reduce" the size of the entire table? (not to 0, but as little as it can be)
Any ideas?
Thanx in advance.