I have a table with 7 rows and 2 columns. The second column has a row span of 5.
In the rows in the first column I have some navigation and have input <tr height="xxx"> and used images which have the sizes input.
If the second column grows larger than the first column (i.e. a lot of content) then the browser resizes the first column rows evenly.
I want any additional space to all be put in row 7 column1 as this is blank with only the background color. I have tried <tr> <tr height="*"> and <tr height="100%"> to no avail.
In the rows in the first column I have some navigation and have input <tr height="xxx"> and used images which have the sizes input.
If the second column grows larger than the first column (i.e. a lot of content) then the browser resizes the first column rows evenly.
I want any additional space to all be put in row 7 column1 as this is blank with only the background color. I have tried <tr> <tr height="*"> and <tr height="100%"> to no avail.