Here's the markup. On the left column, I would like '0800' aligned to the top of the cell, and '0900' aligned to the bottom of the same cell. Same goes for the rest of the column.
The problem is that the height of those cells cannot be fixed, but the two elements in the cell must still be aligned to top and bottom.
If this is a div I could've easily done it using absolute positioning. I have tried nesting a div in side the <td> but the height of the div refuses to fill up the space of the table cell.
Help? TIA!
The problem is that the height of those cells cannot be fixed, but the two elements in the cell must still be aligned to top and bottom.
If this is a div I could've easily done it using absolute positioning. I have tried nesting a div in side the <td> but the height of the div refuses to fill up the space of the table cell.
Help? TIA!
