Hey guys,
Here is my problem.
I have a page consisting of a table with one row and 2 cells.
Inside the first cell is a table that serves as a table of contents. That table has several rows with one cell in each row. The cell in the last row is empty except for the background image in all of this table's cells. The other cells contain text from a database
The second cell of the larger table contains a databound list.
What I want is for the table in the first cell to always be the size of that cell. That is, in the second table, all of the cells should always be the same size except for the last one. If the list is longer than the table, I want that last cell to expand to make up for it. It's ok if the list is shorter than the toc table but the toc table should never be shorter than the list.
To that end I added this to that last cell:
<td style="height:1 00%">. It's table also has <table style="height:1 00%">
It works in IE6 but not in FF.
Any suggestions?
Thanks,
kigerm
Here is my problem.
I have a page consisting of a table with one row and 2 cells.
Inside the first cell is a table that serves as a table of contents. That table has several rows with one cell in each row. The cell in the last row is empty except for the background image in all of this table's cells. The other cells contain text from a database
The second cell of the larger table contains a databound list.
What I want is for the table in the first cell to always be the size of that cell. That is, in the second table, all of the cells should always be the same size except for the last one. If the list is longer than the table, I want that last cell to expand to make up for it. It's ok if the list is shorter than the toc table but the toc table should never be shorter than the list.
To that end I added this to that last cell:
<td style="height:1 00%">. It's table also has <table style="height:1 00%">
It works in IE6 but not in FF.
Any suggestions?
Thanks,
kigerm
Comment