J
jc
I have a tbody tag in the middle of table like this.
</tr>
<tbody id="tbodytest" >
<tr>
I can hide that part of the table with this code:
document.getElementById('tbodytest').style.visibility = 'hidden';
But it lease a big gap in my table that I'd like to collapse away..
not just hide.
I see a visibility property called collapse, but it does not seem to
work in IE7
What are my options?
Thanks for any help or information.
</tr>
<tbody id="tbodytest" >
<tr>
I can hide that part of the table with this code:
document.getElementById('tbodytest').style.visibility = 'hidden';
But it lease a big gap in my table that I'd like to collapse away..
not just hide.
I see a visibility property called collapse, but it does not seem to
work in IE7
What are my options?
Thanks for any help or information.