Try putting a & nbsp; inside the blank TD tag near the bottom.
Jon
2009-07-23 19:44:31
The table, as posted, shows up properly on the IE7 so it has to be because of surrounding HTML markup in your page.
Removing all of the [visible ="false"] and completing the closing table table tag delivers the desired output. Start from there.
What is visible and what is not? Changing all your visibile=false to true it looks fine in ie7.
What DOCTYPE are you using? IE could be interpreting the page differently than Firefox depending on your DOCTYPE.
If you're unfamiliar with DOCTYPES, A List Apart has a good description of them.